Imagick::render

(PECL imagick 2.0.0) Renders all preceding drawing commands bool Imagick::render ( void ) Renders all preceding drawing commands. Returns: Returns TRUE on success.

Imagick::removeImageProfile

(PECL imagick 2.0.0) Removes the named image profile and returns it string Imagick::removeImageProfile ( string $name ) Removes the named image profile and returns it. Parameters: name Removes the named image profile and returns it. Returns: Returns a string containing the profile of the image. Exception: Throws

Imagick::removeImage

(PECL imagick 2.0.0) Removes an image from the image list bool Imagick::removeImage ( void ) Removes an image from the image list. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

Imagick::remapImage

(No version information available, might only be in Git) Remaps image colors public bool Imagick::remapImage ( Imagick $replacement, int $DITHER ) Replaces colors an image with those defined by replacement. The colors are replaced with the closest possible color. This method is available if Imagick has been compiled against ImageMagick version 6.4.5 or newer. Parameters: replacement

Imagick::reduceNoiseImage

(PECL imagick 2.0.0) Smooths the contours of an image bool Imagick::reduceNoiseImage ( float $radius ) Smooths the contours of an image while still preserving edge information. The algorithm works by replacing each pixel with its neighbor closest in value. A neighbor is defined by radius. Use a radius of 0 and Imagick::reduceNoiseImage() selects a suitable radius for you. Parameters:

Imagick::recolorImage

(No version information available, might only be in Git) Recolors image bool Imagick::recolorImage ( array $matrix ) Translate, scale, shear, or rotate image colors. This method supports variable sized matrices but normally 5x5 matrix is used for RGBA and 6x6 is used for CMYK. The last row should contain the normalized values. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer.

Imagick::readimages

(No version information available, might only be in Git) Description public Imagick Imagick::readImages ( string $filenames ) Reads image from an array of filenames. All the images are held in a single Imagick object. Parameters: filenames Reads image from an array of filenames. All the images are held in a single Imagick object. Returns: The Ima

Imagick::readImageFile

(PECL imagick 2.0.0) Reads image from open filehandle bool Imagick::readImageFile ( resource $filehandle [, string $fileName = null ] ) Reads image from open filehandle Parameters: filehandle Reads image from open filehandle fileName Reads image from open filehandle Returns: Returns TRUE on success.

Imagick::readImageBlob

(PECL imagick 2.0.0) Reads image from a binary string bool Imagick::readImageBlob ( string $image [, string $filename ] ) Reads image from a binary string Parameters: image Reads image from a binary string Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

Imagick::readImage

(PECL imagick 0.9.0-0.9.9) Reads image from filename bool Imagick::readImage ( string $filename ) Reads image from filename Parameters: filename Reads image from filename Returns: Returns TRUE on success.