Imagick::gammaImage

(PECL imagick 2.0.0) Gamma-corrects an image bool Imagick::gammaImage ( float $gamma [, int $channel = Imagick::CHANNEL_ALL ] ) Gamma-corrects an image. The same image viewed on different devices will have perceptual differences in the way the image's intensities are represented on the screen. Specify individual gamma levels for the red, green, and blue channels, or adjust all three with the gamma parameter. Values typicall

Imagick::fxImage

(PECL imagick 2.0.0) Evaluate expression for each pixel in the image Imagick Imagick::fxImage ( string $expression [, int $channel = Imagick::CHANNEL_ALL ] ) Evaluate expression for each pixel in the image. Consult » The Fx Special Effects Image Operator for more information. Parameters: expression The expression. channel Provide any c

Imagick::functionImage

(No version information available, might only be in Git) Applies a function on the image public bool Imagick::functionImage ( int $function, array $arguments [, int $channel = Imagick::CHANNEL_DEFAULT ] ) Applies an arithmetic, relational, or logical expression to a pseudo image. See also » ImageMagick v6 Examples - Image Transformations — Function, Multi-Argument Evaluate This method is available if Imagick has been co

Imagick::frameImage

(PECL imagick 2.0.0) Adds a simulated three-dimensional border bool Imagick::frameImage ( mixed $matte_color, int $width, int $height, int $inner_bevel, int $outer_bevel ) Adds a simulated three-dimensional border around the image. The width and height specify the border width of the vertical and horizontal sides of the frame. The inner and outer bevels indicate the width of the inner and outer shadows of the frame.

Imagick::forwardFourierTransformImage

(No version information available, might only be in Git) Description public void Imagick::forwardFourierTransformimage ( bool $magnitude ) Implements the discrete Fourier transform (DFT) of the image either as a magnitude / phase or real / imaginary image pair. Parameters: magnitude If true, return as magnitude / phase pair otherwise a real / imaginary image pair.

Imagick::flopImage

(PECL imagick 2.0.0) Creates a horizontal mirror image bool Imagick::flopImage ( void ) Creates a horizontal mirror image by reflecting the pixels around the central y-axis. Returns: Returns TRUE on success. Exception: Throws ImagickException on error. Examples: Imagick::flopImage() <?php function flo

Imagick::floodFillPaintImage

(No version information available, might only be in Git) Changes the color value of any pixel that matches target bool Imagick::floodFillPaintImage ( mixed $fill, float $fuzz, mixed $target, int $x, int $y, bool $invert [, int $channel = Imagick::CHANNEL_DEFAULT ] ) Changes the color value of any pixel that matches target and is an immediate neighbor. This method is a replacement for deprecated Imagick::paintFloodFillImage(

Imagick::flipImage

(PECL imagick 2.0.0) Creates a vertical mirror image bool Imagick::flipImage ( void ) Creates a vertical mirror image by reflecting the pixels around the central x-axis. Returns: Returns TRUE on success. Exception: Throws ImagickException on error. Examples: Imagick::flipImage() <?php function flipIma

Imagick::flattenImages

(PECL imagick 2.0.0) Merges a sequence of images Imagick Imagick::flattenImages ( void ) Merges a sequence of images. This is useful for combining Photoshop layers into a single image. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

Imagick::filter

(No version information available, might only be in Git) Description public void Imagick::filter ( ImagickKernel $ImagickKernel [, int $CHANNEL = Imagick::CHANNEL_DEFAULT ] ) Applies a custom convolution kernel to the image. Parameters: ImagickKernel An instance of ImagickKernel that represents either a single kernel or a linked series of kernels.