Question about IM License with FFT

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
jezzer

Question about IM License with FFT

Post by jezzer »

I've studied the licenses for IM and FFTW.

Am I correct in thinking that because FFTW is GPL'd, then my use of IM with FFTW would require me to make my code GPL'd whereas if I dont use FFTW [or any other GPL'd delegate library] then I can use IM freely for commercial purposes given that I provide suitable attribution ... as per the IM license (apache). If so how does IM avoid having to be GPL'd itself given that it has to be rebuilt from source to provide FFTW support.

Regards

J
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Question about IM License with FFT

Post by magick »

It seems pretty straight forward to us. If you use ImageMagick, comply with the ImageMagick license. If you use FFTW, comply with the FFTW license. ImageMagick is not tainted by FFTW because it simply makes FFTW API calls. There is no FFTW source code within ImageMagick. See http://www.imagemagick.org/script/license.php for complying with the ImageMagick license and http://www.softwarefreedom.org/resource ... guide.html for how to comply with the GPL license.
Post Reply