bugs with FFT PNG and TIFF IM 6.6.7.2
Posted: 2011-01-25T11:21:07-07:00
IM 6.6.7.2 Q16 HDRI Mac OSX Tiger
Glenn and/or Magick,
Can you confirm these issues with FFT and PNG, FFT and TIFF
1) Baseline working fine with PFM
time convert logo: -fft logo_fft.pfm
real 0m2.523s
user 0m1.459s
sys 0m0.337s
the above produces two frames (one magnitude and one phase)
time convert logo_fft.pfm[0] logo_fft.pfm[1] -ift logo_rt3.pfm
real 0m1.905s
user 0m0.963s
sys 0m0.364s
2) TIFF produces two phase images and no magnitude image
time convert logo: -fft logo_fft.tiff
real 0m3.110s
user 0m1.781s
sys 0m0.384s
The above produces two frames but both are the phase.
time convert logo: -fft logo_fft_%d.tiff
real 0m2.784s
user 0m1.777s
sys 0m0.376s
The above produces two files but both are the phase.
3) PNG takes excessive time to process especially with IFT
time convert logo: -fft logo_fft_%d.png
real 0m25.188s
user 0m22.121s
sys 0m0.744s
The above produces two images - one magnitude and one phase
time convert logo_fft_0.png logo_fft_1.png -ift logo_rt.png
The above cancelled after 6+ minutes
real 6m44.251s
user 6m6.444s
sys 0m3.074s
Fred
Glenn and/or Magick,
Can you confirm these issues with FFT and PNG, FFT and TIFF
1) Baseline working fine with PFM
time convert logo: -fft logo_fft.pfm
real 0m2.523s
user 0m1.459s
sys 0m0.337s
the above produces two frames (one magnitude and one phase)
time convert logo_fft.pfm[0] logo_fft.pfm[1] -ift logo_rt3.pfm
real 0m1.905s
user 0m0.963s
sys 0m0.364s
2) TIFF produces two phase images and no magnitude image
time convert logo: -fft logo_fft.tiff
real 0m3.110s
user 0m1.781s
sys 0m0.384s
The above produces two frames but both are the phase.
time convert logo: -fft logo_fft_%d.tiff
real 0m2.784s
user 0m1.777s
sys 0m0.376s
The above produces two files but both are the phase.
3) PNG takes excessive time to process especially with IFT
time convert logo: -fft logo_fft_%d.png
real 0m25.188s
user 0m22.121s
sys 0m0.744s
The above produces two images - one magnitude and one phase
time convert logo_fft_0.png logo_fft_1.png -ift logo_rt.png
The above cancelled after 6+ minutes
real 6m44.251s
user 6m6.444s
sys 0m3.074s
Fred