Re: fft not working in IM 6.6.2.2 HDRI
Posted: 2010-07-07T13:43:57-07:00
Testing on IM 6.6.3-0 Q16 (non-hdri) on my Mac OSX Tiger.
All these work fine for a round trip. NOTE: that if the intermediate image does not support multi-frame images, you will get two images, a -0 and a -1 version, from the -fft and so need to specify both as input to -ift. PNG does not support multi-frame images but MIFF does.
lena2.png -fft -ift lena2_fftift.png
convert lena2.png -fft lena2_fft.png
convert lena2_fft-0.png lena2_fft-1.png -ift lena2_fft_png_ift.png
convert lena2.png -fft lena2_fft.miff
convert lena2_fft.miff -ift lena2_fft_miff_ift.png
Be sure that FFTW delegate is properly installed. Check by typing:
convert -list configure
Look at the line starting with DELEGATES. It should include fftw. If it does not then you have not installed it correctly or need to reinstall IM AFTER installing FFTW.
I am not a windows user, so don't know the details of getting fftw to work with IM. See this link for possible help. viewtopic.php?f=4&t=14251#p56836
Hope this helps.
If you are running HDRI, then let me know and I will reinstall IM in HDRI mode and test again.
Fred
All these work fine for a round trip. NOTE: that if the intermediate image does not support multi-frame images, you will get two images, a -0 and a -1 version, from the -fft and so need to specify both as input to -ift. PNG does not support multi-frame images but MIFF does.
lena2.png -fft -ift lena2_fftift.png
convert lena2.png -fft lena2_fft.png
convert lena2_fft-0.png lena2_fft-1.png -ift lena2_fft_png_ift.png
convert lena2.png -fft lena2_fft.miff
convert lena2_fft.miff -ift lena2_fft_miff_ift.png
Be sure that FFTW delegate is properly installed. Check by typing:
convert -list configure
Look at the line starting with DELEGATES. It should include fftw. If it does not then you have not installed it correctly or need to reinstall IM AFTER installing FFTW.
I am not a windows user, so don't know the details of getting fftw to work with IM. See this link for possible help. viewtopic.php?f=4&t=14251#p56836
Hope this helps.
If you are running HDRI, then let me know and I will reinstall IM in HDRI mode and test again.
Fred