php8.5
Home/ Manual/ imagick / imagick/ Imagick::inverseFourierTransformImage

Imagick::inverseFourierTransformImage

PHP function Edit on GitHub ✎

(PECL imagick 3 >= 3.3.0)

Implements the inverse discrete Fourier transform (DFT)

Description

Imagick::inverseFourierTransformImage(Imagick $complement, bool $magnitude): bool

Implements the inverse discrete Fourier transform (DFT) of the image either as a magnitude / phase or real / imaginary image pair.

Func

Parameters

complement

The second image to combine with this one to form either the magnitude / phase or real / imaginary image pair.

magnitude

If true, combine as magnitude / phase pair otherwise a real / imaginary image pair.

Return Values

Success

Source: reference/imagick/imagick/inversefouriertransformimage.xml · from the official PHP manual (php/doc-en)