PDA

View Full Version : DevIL or FreeImage


Enlight
06-27-2007, 12:33 PM
DevIL or FreeImage, pros and cons...

which one is the most 'unrestricted' for using in commercial projects...?

Enlight
06-29-2007, 01:11 PM
Ok, I have chosen FreeImage. But I'm concerned about, how "free" is FreeImage.
Does anyone understand the FreeImage Public License?

http://freeimage.sourceforge.net/freeimage-license.txt

Can I link statically in a commercial product? What are the limitations...
Thanks

kulik
06-29-2007, 01:57 PM
As far as I know ogre transfered to freeimage to allow static linking, so my deduction is that static linking indeed is allowed. I am not sure about further limitations.

Nils Pipenbrinck
06-30-2007, 03:37 AM
Can I link statically in a commercial product? What are the limitations...
Thanks

Good question. Keep in mind, that the freeimage license is just one license you have to check. Freeimage by itself does not do the actual image loading but links a bunch of other libraries for the hard part.

Enlight
06-30-2007, 04:35 PM
Ok, I could link dynamically with freeimage, but even in this case, I'm still concerned about the FreeImage Public License.

I'm not a lawyer and the license text is long...., that makes me think: if we programmers need to understand licenses, does lawyers have to understand c++? heheh