Accessing multi-frame image in Magick++

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
laurchar2
Posts: 1
Joined: 2014-06-10T06:40:26-07:00
Authentication code: 6789

Accessing multi-frame image in Magick++

Post by laurchar2 »

I have an image aa.png. how to get its fourier tranform in the image aa_ft. png ?
I am working on a windows version, and I do not understand the command to enter to get it ?
How to use forwardFourierTransformImage ? it should works with which setup ? Can someone give me an example ?

Thanks,
Laurent
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Accessing multi-frame image in Magick++

Post by snibgo »

[Mod note: moved to own topic in Users forum.]

For details about Fourier processing, see http://www.fmwconcepts.com/imagemagick/ ... urier.html

To do Fourier processing, you need FFTW to be linked in. The standard Windows binaries don't have this, so you would need to compile it yourself.
snibgo's IM pages: im.snibgo.com
Post Reply