by Silvio.Falconi » Tue Jan 09, 2018 9:12 pm
I try with some image files and it return true only fot these files
png
bmp
emf
gif
jpg
tif
return false with these files
pbm
pcx
tga
Now I add these lines
IF UPPER( RIGHT( cFile, 3 ) ) == "TGA";
.OR. UPPER( RIGHT( cFile, 3 ) ) == "PCX" ;
.OR. UPPER( RIGHT( cFile, 3 ) ) == "PBM"
lFileImage:=.t.
ENDIF
and with freeimage I can show pcx tga but cannot show pbm
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com