FreeImage 3.15 with RAW files

BlitzMax Forums/Brucey's Modules/FreeImage 3.15 with RAW files

AdamRedwoods(Posted 2011) [#1]
Just a note, version 3.15 fit rather seamlessly into the old mod, save for a few new ConversionXXXX.cpp additions. (mingw 5.1.6)

My other note is that I managed to get LibRAW to static compile by adding the appropriate c/cpp files and adding following in the module freeimage.bmx:

ModuleInfo "CC_OPTS: -DLIBRAW_NODLL -DLIBRAW_LIBRARY_BUILD"


Go figure. Pulled it from the mingw makefile.


Brucey(Posted 2011) [#2]
The BaH.FreeImageExt supports libraw as an external DLL, because it is LGPL'd, and I can't build it in statically because of that.
Of course, you are free to modify things as you see fit :)


Brucey(Posted 2011) [#3]
And the version in SVN is already 3.15...