FreeImage module update

BlitzMax Forums/BlitzMax Programming/FreeImage module update

Brucey(Posted 2007) [#1]
Now available from my MaxMods GoogleCode project : http://maxmods.googlecode.com

Has the following updates/fixes :
 * Updated to FreeImage 3.10.0. Adds OpenEXR and OpenJPG(2000) formats.
 * Win32 now compiles as a module, rather than using a DLL :-)
 * Fixed colour problems when saving an image.
 * Fixed seek->end not seeking from the end.
 * Fixed multi-image bug where filename wasn't kept long enough.
 * Fixed TIFF save issue. (A freeimage bug, most likely)
 * Fixed win32 TIFF load issue. (Another freeimage bug, most likely)


Thanks to fredborg for beta testing :-p

The biggest "feature" is that the win32 version now compiles into the binary, rather than work as a separate DLL. Less clutter when you ship your app.

Oh, and it now includes JPEG-2000 and OpenEXR read/write support. (so they say, but I've not tried it yet).

Enjoy :o)