Imagick::getImageSize

(PECL imagick 2.0.0) Returns the image length in bytes int Imagick::getImageSize ( void ) Returns the image length in bytes. Deprecated in favour of Imagick::getImageLength() Returns: Returns an int containing the current image size.

Imagick::getImageSignature

(PECL imagick 2.0.0) Generates an SHA-256 message digest string Imagick::getImageSignature ( void ) Generates an SHA-256 message digest for the image pixel stream. Returns: Returns a string containing the SHA-256 hash of the file. Exception: Throws ImagickException on error.

Imagick::getImageScene

(PECL imagick 2.0.0) Gets the image scene int Imagick::getImageScene ( void ) Gets the image scene. Returns: Returns the image scene. Exception: Throws ImagickException on error.

Imagick::getImagesBlob

(PECL imagick 2.0.0) Returns all image sequences as a blob string Imagick::getImagesBlob ( void ) Implements direct to memory image formats. It returns all image sequences as a string. The format of the image determines the format of the returned blob (GIF, JPEG, PNG, etc.). To return a different image format, use Imagick::setImageFormat(). Returns: Returns a string containing the images. On failu

Imagick::getImageResolution

(PECL imagick 2.0.0) Gets the image X and Y resolution array Imagick::getImageResolution ( void ) Gets the image X and Y resolution. Returns: Returns the resolution as an array. Exception: Throws ImagickException on error.

Imagick::getImageRenderingIntent

(PECL imagick 2.0.0) Gets the image rendering intent int Imagick::getImageRenderingIntent ( void ) Gets the image rendering intent. Returns: Returns the image rendering intent. Exception: Throws ImagickException on error.

Imagick::getImageRegion

(PECL imagick 2.0.0) Extracts a region of the image Imagick Imagick::getImageRegion ( int $width, int $height, int $x, int $y ) Extracts a region of the image and returns it as a new Imagick object. Parameters: width The width of the extracted region. height The height of the extracted region. x X-coo

Imagick::getImageRedPrimary

(PECL imagick 2.0.0) Returns the chromaticity red primary point array Imagick::getImageRedPrimary ( void ) Returns the chromaticity red primary point as an array with the keys "x" and "y". Returns: Returns the chromaticity red primary point as an array with the keys "x" and "y". Throw an ImagickException on error. Exception: Throws ImagickException on error.

Imagick::getImageProperty

(PECL imagick 2.0.0) Returns the named image property string Imagick::getImageProperty ( string $name ) Returns the named image property. This method is available if Imagick has been compiled against ImageMagick version 6.3.2 or newer. Parameters: name name of the property (for example Exif:DateTime) Returns: Returns a string containing the image

Imagick::getImageProperties

(PECL imagick 2.0.0) Returns the image properties array Imagick::getImageProperties ([ string $pattern = "*" [, bool $only_names = true ]] ) Returns all associated properties that match the pattern. If TRUE is passed as second parameter only the property names are returned. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer. Parameters: