What is the difference between +ift/+fft and -ift/-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
vpmammana
Posts: 37
Joined: 2015-12-06T14:13:46-07:00
Authentication code: 1151

What is the difference between +ift/+fft and -ift/-fft

Post by vpmammana »

I was reading the nice tutorial of Fred Weinhaus on Fourier Transforms:

www.imagemagick.org/Usage/fourier/#fourier_transform

It is very clear, but I didn't catch was what is the difference between +ift/+fft and -fft/-ift.

Thanks!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: What is the difference between +ift/+fft and -ift/-fft

Post by fmw42 »

The - form create magnitude/phase image pairs that can be used without HDRI compile IM. The + form creates real/imaginary image pairs that can only be used with HDRI compiled Imagemagick. My personal tutorial is at http://www.fmwconcepts.com/imagemagick/ ... urier.html
Post Reply