FS#18794 - [imagemagick] Fast Fourier Transform doesn't work
Attached to Project:
Arch Linux
Opened by Matteo Sasso (m.sasso) - Monday, 22 March 2010, 21:40 GMT
Last edited by Eric Belanger (Snowman) - Tuesday, 06 April 2010, 15:55 GMT
Opened by Matteo Sasso (m.sasso) - Monday, 22 March 2010, 21:40 GMT
Last edited by Eric Belanger (Snowman) - Tuesday, 06 April 2010, 15:55 GMT
|
Details
I'd like to compute the FFT of an image.
When I do: convert img.jpg -fft fft.png I get: convert: delegate library support not built-in `img.jpg' (FFTW) @ warning/fourier.c/ForwardFourierTransformImage/611. I have fftw installed. I looked at ImageMagick's documentation (http://www.imagemagick.org/script/advanced-unix-installation.php#configure) and there doesn't seem to be an option to enable this functionality, but the error message seems to suggest that. |
This task depends upon
Closed by Eric Belanger (Snowman)
Tuesday, 06 April 2010, 15:55 GMT
Reason for closing: Won't implement
Tuesday, 06 April 2010, 15:55 GMT
Reason for closing: Won't implement

fft support needs to be compiled in with the --with-fftw configure
option. I'm not sure if I want to do this with the package in the
repo because it adds a fftw depends which is quite big. I'll think
about it.

Ok, thank you; I thought it was a bug because --with-fftw is not
mentioned anywhere in the installtion guide. I chose Archlinux
because of the lack of bloat, so I see perfectly where you are
coming from.