Imagick::morphology

(No version information available, might only be in Git) Description public void Imagick::morphology ( int $morphologyMethod, int $iterations, ImagickKernel $ImagickKernel [, string $CHANNEL ] ) Applies a user supplied kernel to the image according to the given morphology method. Parameters: morphologyMethod Which morphology method to use one of the \Imagick::MORPHOLOGY_

Imagick::morphImages

(PECL imagick 2.0.0) Method morphs a set of images Imagick Imagick::morphImages ( int $number_frames ) Method morphs a set of images. Both the image pixels and size are linearly interpolated to give the appearance of a meta-morphosis from one image to the next. Parameters: number_frames The number of in-between images to generate. Returns: This m

Imagick::montageImage

(PECL imagick 2.0.0) Creates a composite image Imagick Imagick::montageImage ( ImagickDraw $draw, string $tile_geometry, string $thumbnail_geometry, int $mode, string $frame ) Creates a composite image by combining several separate images. The images are tiled on the composite image with the name of the image optionally appearing just below the individual tile. Parameters: draw

Imagick::modulateImage

(PECL imagick 2.0.0) Control the brightness, saturation, and hue bool Imagick::modulateImage ( float $brightness, float $saturation, float $hue ) Lets you control the brightness, saturation, and hue of an image. Hue is the percentage of absolute rotation from the current position. For example 50 results in a counter-clockwise rotation of 90 degrees, 150 results in a clockwise rotation of 90 degrees, with 0 and 200 both resul

Imagick::minifyImage

(PECL imagick 2.0.0) Scales an image proportionally to half its size bool Imagick::minifyImage ( void ) Is a convenience method that scales an image proportionally to one-half its original size Returns: Returns TRUE on success.

Imagick::mergeImageLayers

(PECL imagick 2.1.0) Merges image layers Imagick Imagick::mergeImageLayers ( int $layer_method ) Merges image layers into one. This method is useful when working with image formats that use multiple layers such as PSD. The merging is controlled using the layer_method which defines how the layers are merged. This method is available if Imagick has been compiled against ImageMagick version 6.3.7 or newer. Para

Imagick::medianFilterImage

(PECL imagick 2.0.0) Applies a digital filter bool Imagick::medianFilterImage ( float $radius ) Applies a digital filter that improves the quality of a noisy image. Each pixel is replaced by the median in a set of neighboring pixels as defined by radius. Parameters: radius The radius of the pixel neighborhood. Returns: Returns TRUE on success.

Imagick::matteFloodfillImage

(PECL imagick 2.0.0) Changes the transparency value of a color bool Imagick::matteFloodfillImage ( float $alpha, float $fuzz, mixed $bordercolor, int $x, int $y ) Changes the transparency value of any pixel that matches target and is an immediate neighbor. If the method FillToBorderMethod is specified, the transparency value is changed for any neighbor pixel that does not match the bordercolor member of image.

Imagick::mapImage

(PECL imagick 2.0.0) Replaces the colors of an image with the closest color from a reference image. bool Imagick::mapImage ( Imagick $map, bool $dither ) Parameters: map dither Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

Imagick::magnifyImage

(PECL imagick 2.0.0) Scales an image proportionally 2x bool Imagick::magnifyImage ( void ) Is a convenience method that scales an image proportionally to twice its original size. Returns: Returns TRUE on success. Exception: Throws ImagickException on error. Examples: Imagick::magnifyImage() <?php func