Imagick::listRegistry

(No version information available, might only be in Git) Description public static array Imagick::listRegistry ( void ) List all the registry settings. Returns an array of all the key/value pairs in the registry Returns: An array containing the key/values from the registry.

Imagick::liquidRescaleImage

(No version information available, might only be in Git) Animates an image or images bool Imagick::liquidRescaleImage ( int $width, int $height, float $delta_x, float $rigidity ) This method scales the images using liquid rescaling method. This method is an implementation of a technique called seam carving. In order for this method to work as expected ImageMagick must be compiled with liblqr support. This method is available

Imagick::linearStretchImage

(PECL imagick 2.0.0) Stretches with saturation the image intensity bool Imagick::linearStretchImage ( float $blackPoint, float $whitePoint ) Stretches with saturation the image intensity. Parameters: blackPoint The image black point whitePoint The image white point Returns: Returns TRUE on success.

Imagick::levelImage

(PECL imagick 2.0.0) Adjusts the levels of an image bool Imagick::levelImage ( float $blackPoint, float $gamma, float $whitePoint [, int $channel = Imagick::CHANNEL_ALL ] ) Adjusts the levels of an image by scaling the colors falling between specified white and black points to the full available quantum range. The parameters provided represent the black, mid, and white points. The black point specifies the darkest color in

Imagick::labelImage

(PECL imagick 2.0.0) Adds a label to an image bool Imagick::labelImage ( string $label ) Adds a label to an image. Parameters: label The label to add Returns: Returns TRUE on success.

Imagick::inverseFourierTransformImage

(No version information available, might only be in Git) Description public void Imagick::inverseFourierTransformImage ( string $complement, string $magnitude ) Implements the inverse discrete Fourier transform (DFT) of the image either as a magnitude / phase or real / imaginary image pair. Parameters: complement The second image to combine with this one to form either t

Imagick::importImagePixels

(No version information available, might only be in Git) Imports image pixels public bool Imagick::importImagePixels ( int $x, int $y, int $width, int $height, string $map, int $storage, array $pixels ) Imports pixels from an array into an image. The map is usually 'RGB'. This method imposes the following constraints for the parameters: amount of pixels in the array must match width x height x length of the map. This method

Imagick::implodeImage

(PECL imagick 2.0.0) Creates a new image as a copy bool Imagick::implodeImage ( float $radius ) Creates a new image that is a copy of an existing one with the image pixels "imploded" by the specified percentage. Parameters: radius The radius of the implode Returns: Returns TRUE on success. Exception: Throws Imagi

Imagick::identifyImage

(PECL imagick 2.0.0) Identifies an image and fetches attributes array Imagick::identifyImage ([ bool $appendRawOutput = false ] ) Identifies an image and returns the attributes. Attributes include the image width, height, size, and others. Parameters: appendRawOutput Identifies an image and returns the attributes. Attributes include the image width, height, size, and oth

Imagick::identifyFormat

(No version information available, might only be in Git) Description public string|false Imagick::identifyFormat ( string $embedText ) Replaces any embedded formatting characters with the appropriate image property and returns the interpreted text. See http://www.imagemagick.org/script/escape.php for escape sequences. Parameters: embedText A string containing formatting