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