Imagick::getHomeURL

(PECL imagick 2.0.0) Returns the ImageMagick home URL string Imagick::getHomeURL ( void ) Returns the ImageMagick home URL. Returns: Returns a link to the imagemagick homepage.

Imagick::getGravity

(No version information available, might only be in Git) Gets the gravity int Imagick::getGravity ( void ) Gets the global gravity property for the Imagick object. This method is available if Imagick has been compiled against ImageMagick version 6.4.0 or newer. Returns: Returns the gravity property. Refer to the list of gravity constants.

Imagick::getFormat

(PECL imagick 2.0.0) Returns the format of the Imagick object string Imagick::getFormat ( void ) Returns the format of the Imagick object. Returns: Returns the format of the image. Exception: Throws ImagickException on error.

Imagick::getFont

(PECL imagick 2.1.0) Gets font string Imagick::getFont ( void ) Returns the objects font property. This method is available if Imagick has been compiled against ImageMagick version 6.3.7 or newer. Returns: Returns the string containing the font name or FALSE if not font is set. See also: Imagick::setFont() -

Imagick::getFilename

(PECL imagick 2.0.0) The filename associated with an image sequence string Imagick::getFilename ( void ) Returns the filename associated with an image sequence. Returns: Returns a string on success. Exception: Throws ImagickException on error.

Imagick::getCopyright

(PECL imagick 2.0.0) Returns the ImageMagick API copyright as a string string Imagick::getCopyright ( void ) Returns the ImageMagick API copyright as a string. Returns: Returns a string containing the copyright notice of Imagemagick and Magickwand C API.

Imagick::getCompressionQuality

(PECL imagick 2.0.0) Gets the object compression quality int Imagick::getCompressionQuality ( void ) Gets the object compression quality. Returns: Returns integer describing the compression quality

Imagick::getCompression

(PECL imagick 2.0.0) Gets the object compression type int Imagick::getCompression ( void ) Gets the object compression type. Returns: Returns the compression constant

Imagick::getColorspace

(PECL imagick 0.9.10-0.9.9) Gets the colorspace int Imagick::getColorspace ( void ) Gets the global colorspace value. This method is available if Imagick has been compiled against ImageMagick version 6.5.7 or newer. Returns: Returns an integer which can be compared against COLORSPACE constants.

Imagick::gaussianBlurImage

(PECL imagick 2.0.0) Blurs an image bool Imagick::gaussianBlurImage ( float $radius, float $sigma [, int $channel = Imagick::CHANNEL_ALL ] ) Blurs an image. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, the radius should be larger than sigma. Use a radius of 0 and selects a suitable radius for you. Parameters: