Code: Select all | Expand
hImg = GDIP_IMAGEFROMFILE( cFile, .T., .T. )
If I replace it with
Code: Select all | Expand
hImg = PALBMPREAD( , cFile )
it works fine (only with BMP, of course).
Any ideas?
EMG
Code: Select all | Expand
hImg = GDIP_IMAGEFROMFILE( cFile, .T., .T. )
Code: Select all | Expand
hImg = PALBMPREAD( , cFile )