Gmagick::readimagefile

(PECL gmagick >= Unknown) The readimagefile purpose public void Gmagick::readimagefile ( resource $fp [, string $filename ] ) Reads an image or image sequence from an open file descriptor. Parameters: fp The file descriptor. Returns: The Gmagick object on success Exception: Throws an GmagickException on error

Gmagick::readimageblob

(PECL gmagick >= Unknown) Reads image from a binary string public void Gmagick::readimageblob ( string $imageContents [, string $filename ] ) Reads image from a binary string. Parameters: imageContents Content of image filename The image filename. Returns: The Gmagick object on success

Gmagick::readimage

(PECL gmagick >= Unknown) Reads image from filename public void Gmagick::readimage ( string $filename ) Reads image from filename. Parameters: filename The image filename. Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

Gmagick::read

(PECL gmagick >= Unknown) Reads image from filename public void Gmagick::read ( string $filename ) Reads image from filename. Parameters: filename The image filename. Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

Gmagick::raiseimage

(PECL gmagick >= Unknown) Creates a simulated 3d button-like effect public void Gmagick::raiseimage ( int $width, int $height, int $x, int $y, bool $raise ) Creates a simulated three-dimensional button-like effect by lightening and darkening the edges of the image. Members width and height of raise_info define the width of the vertical and horizontal edge of the effect. Parameters:

Gmagick::radialblurimage

(PECL gmagick >= Unknown) Radial blurs an image public void Gmagick::radialblurimage ( float $angle [, int $channel = Gmagick::CHANNEL_DEFAULT ] ) Radial blurs an image. Parameters: angle The angle of the blur in degrees. channel Related channel Returns: The Gmagick object on success

Gmagick::queryformats

(PECL gmagick >= Unknown) Returns formats supported by Gmagick. public array Gmagick::queryformats ([ string $pattern = "*" ] ) Returns formats supported by Gmagick. Parameters: pattern Specifies a pointer to a text string containing a pattern. Returns: The Gmagick object on success Exception: Throws an Gmagi

Gmagick::queryfonts

(PECL gmagick >= Unknown) Returns the configured fonts public array Gmagick::queryfonts ([ string $pattern = "*" ] ) Returns fonts supported by Gmagick. Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

Gmagick::queryfontmetrics

(PECL gmagick >= Unknown) Returns an array representing the font metrics public array Gmagick::queryfontmetrics ( GmagickDraw $draw, string $text ) MagickQueryFontMetrics() returns an array representing the font metrics. Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

Gmagick::quantizeimages

(PECL gmagick >= Unknown) The quantizeimages purpose public void Gmagick::quantizeimages ( int $numColors, int $colorspace, int $treeDepth, bool $dither, bool $measureError ) Analyzes the colors within a sequence of images and chooses a fixed number of colors to represent the image. The goal of the algorithm is to minimize the color difference between the input and output image while minimizing the processing time.