Imagick::extentImage

(No version information available, might only be in Git) Set image size bool Imagick::extentImage ( int $width, int $height, int $x, int $y ) Comfortability method for setting image size. The method sets the image size and allows setting x,y coordinates where the new area begins. This method is available if Imagick has been compiled against ImageMagick version 6.3.1 or newer. Caution Prior to ImageMagick 6.5.7-8 (1623), $

Imagick::exportImagePixels

(No version information available, might only be in Git) Exports raw image pixels public array Imagick::exportImagePixels ( int $x, int $y, int $width, int $height, string $map, int $STORAGE ) Exports image pixels into an array. The map defines the ordering of the exported pixels. The size of the returned array is width * height * strlen(map). This method is available if Imagick has been compiled against ImageMagick version

Imagick::evaluateImage

(PECL imagick 2.0.0) Applies an expression to an image bool Imagick::evaluateImage ( int $op, float $constant [, int $channel = Imagick::CHANNEL_ALL ] ) Applys an arithmetic, relational, or logical expression to an image. Use these operators to lighten or darken an image, to increase or decrease contrast in an image, or to produce the "negative" of an image. Parameters: op

Imagick::equalizeImage

(PECL imagick 2.0.0) Equalizes the image histogram bool Imagick::equalizeImage ( void ) Equalizes the image histogram. Returns: Returns TRUE on success. Exception: Throws ImagickException on error. Examples: Imagick::equalizeImage() <?php function equalizeImage($imagePath) {     $imagick = new \Imagic

Imagick::enhanceImage

(PECL imagick 2.0.0) Improves the quality of a noisy image bool Imagick::enhanceImage ( void ) Applies a digital filter that improves the quality of a noisy image. Returns: Returns TRUE on success. Exception: Throws ImagickException on error. Examples: Imagick::enhanceImage() <?php function enhanceIma

Imagick::encipherImage

(No version information available, might only be in Git) Enciphers an image bool Imagick::encipherImage ( string $passphrase ) Converts plain pixels to enciphered pixels. The image is not readable until it has been deciphered using Imagick::decipherImage() This method is available if Imagick has been compiled against ImageMagick version 6.3.9 or newer. Parameters: passphrase

Imagick::embossImage

(PECL imagick 2.0.0) Returns a grayscale image with a three-dimensional effect bool Imagick::embossImage ( float $radius, float $sigma ) Returns a grayscale image with a three-dimensional effect. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and it will choose a suitable radius for you.

Imagick::edgeImage

(PECL imagick 2.0.0) Enhance edges within the image bool Imagick::edgeImage ( float $radius ) Enhance edges within the image with a convolution filter of the given radius. Use radius 0 and it will be auto-selected. Parameters: radius The radius of the operation. Returns: Returns TRUE on success. Exception: Throws

Imagick::drawImage

(PECL imagick 2.0.0) Renders the ImagickDraw object on the current image bool Imagick::drawImage ( ImagickDraw $draw ) Renders the ImagickDraw object on the current image. Parameters: draw The drawing operations to render on the image. Returns: Returns TRUE on success.

Imagick::distortImage

(PECL imagick 2.0.1) Distorts an image using various distortion methods bool Imagick::distortImage ( int $method, array $arguments, bool $bestfit ) Distorts an image using various distortion methods, by mapping color lookups of the source image to a new destination image usually of the same size as the source image, unless 'bestfit' is set to TRUE. If 'bestfit' is enabled, and distortion allows it, the destination image is