This bug is still present in FWH 18.02. ![]()
EMG
This bug is still present in FWH 18.02. ![]()
EMG
Any news?
EMG
Any chance to have this fixed? Or, at least, any workaround?
EMG
Enrico,
In function FW_ReadImage() at FWH\source\function\imgtxtio.prg please modify this:
elseif ( UseGDI() .or. lGdipImage ) .and. cExt $ "PNG,JPG,JPEG,GIF,TIF,TIFF,EMF,WMF"
with
elseif ( UseGDI() .or. lGdipImage ) .and. cExt $ "PNG,JPG,JPEG,GIF,TIF,TIFF,EMF,WMF,PAK"
I don't like this fix very much. What if I'd want to load an image with a different extension? Better having a default format used for any unknown extension.
EMG
Enrico,
> Better having a default format used for any unknown extension
There is no a default format for unknown extensions
Why don't you want to use the standard format BMP ?
Antonio Linares wrote:There is no a default format for unknown extensions
Antonio Linares wrote:Why don't you want to use the standard format BMP ?
The present code recognizes the image type by the file extension.
We will modify the function to recognize bmp files renamed to any non-image file type extension and communicate the revision to you asap.
Thank you.
EMG