FFT in ImageMagick on Windows 7

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
BryantMoore
Posts: 56
Joined: 2011-04-23T22:21:52-07:00
Authentication code: 8675308

FFT in ImageMagick on Windows 7

Post by BryantMoore »

Is it necessary to compile ImageMagick from source in order to make use of -fft? I've never compiled a program before and I'm just wondering if there are builds of ImageMagick that come with it.

I'm on Windows 7, and my version is Version: ImageMagick 6.6.9-6 2011-04-14 Q8.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: FFT in ImageMagick on Windows 7

Post by fmw42 »

I don't think any versions of IM binaries come with FFT as there are so many variants for Windows already and it takes hours to compile just those. But I am not 100% positive. Here are the best notes for Windows users to deal with compiling FFTW and IM. viewtopic.php?f=4&t=14251#p56836
Post Reply