Bug in TBitmap [Fixed]

Re: Bug in TBitmap

Postby Enrico Maria Giordano » Sat Mar 10, 2018 1:55 pm

This bug is still present in FWH 18.02. :-(

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8315
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia


Re: Bug in TBitmap

Postby Enrico Maria Giordano » Sat Mar 24, 2018 9:13 am

Any chance to have this fixed? Or, at least, any workaround?

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8315
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Bug in TBitmap

Postby Antonio Linares » Sat Mar 24, 2018 10:40 am

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"
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Bug in TBitmap

Postby Enrico Maria Giordano » Sat Mar 24, 2018 10:49 am

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
User avatar
Enrico Maria Giordano
 
Posts: 8315
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Bug in TBitmap

Postby Antonio Linares » Sat Mar 24, 2018 11:11 am

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 ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Bug in TBitmap

Postby Enrico Maria Giordano » Sat Mar 24, 2018 11:21 am

Antonio Linares wrote:There is no a default format for unknown extensions


I know. That's why I proposed to implement a default format so that we can use any extension for an image of that default format (ie. if default format is BMP we can use TEST.PAK or TEST.ABC instead of TEST.BMP).

Antonio Linares wrote:Why don't you want to use the standard format BMP ?


I'm using a BMP renamed PAK (customer request, sorry).

Please note that it used to work in previous FWH releases.

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8315
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: Bug in TBitmap

Postby nageswaragunupudi » Sat Mar 24, 2018 12:02 pm

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.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10247
Joined: Sun Nov 19, 2006 5:22 am
Location: India


Previous

Return to Bugs report & fixes / Informe de errores y arreglos

Who is online

Users browsing this forum: No registered users and 13 guests