Gmagick::cyclecolormapimage

(PECL gmagick >= Unknown) Displaces an image's colormap public Gmagick Gmagick::cyclecolormapimage ( int $displace ) Displaces an image's colormap by a given number of positions. If you cycle the colormap a number of times you can produce a psychedelic effect. Parameters: displace The amount to displace the colormap. Returns: Returns self on s

Gmagick::current

(PECL gmagick >= Unknown) The current purpose public Gmagick Gmagick::current ( void ) Returns reference to the current gmagick object with image pointer at the correct sequence. Returns: Returns self on success. Exception: Throws an GmagickException on error.

Gmagick::cropthumbnailimage

(PECL gmagick >= Unknown) Creates a crop thumbnail public Gmagick Gmagick::cropthumbnailimage ( int $width, int $height ) Creates a fixed size thumbnail by first scaling the image down and cropping a specified area from the center. Parameters: width The width of the thumbnail height The Height of the thumbnail Ret

Gmagick::cropimage

(PECL gmagick >= Unknown) Extracts a region of the image public Gmagick Gmagick::cropimage ( int $width , int $height , int $x, int $y ) Extracts a region of the image. Parameters: width The width of the crop height The height of the crop x The X coordinate of the cropped region's top left corner

Gmagick::__construct

(PECL gmagick >= Unknown) The Gmagick constructor public Gmagick::__construct ([ string $filename ] ) The Gmagick constructor. Parameters: filename The path to an image to load or array of paths Returns: Returns a new Gmagick object on success. Exception: Throws an GmagickException on error.

Gmagick::compositeimage

(PECL gmagick >= Unknown) Composite one image onto another public Gmagick Gmagick::compositeimage ( Gmagick $source, int $COMPOSE, int $x, int $y ) Composite one image onto another at the specified offset. Parameters: source Gmagick object which holds the composite image compose Composite operator. x

Gmagick::commentimage

(PECL gmagick >= Unknown) Adds a comment to your image public Gmagick Gmagick::commentimage ( string $comment ) Adds a comment to your image. Parameters: comment The comment to add Returns: The Gmagick object with comment added. Exception: Throws an GmagickException on error.

Gmagick::clear

(PECL gmagick >= Unknown) Clears all resources associated to Gmagick object public Gmagick Gmagick::clear ( void ) Clears all resources associated to Gmagick object Returns: The cleared Gmagick object Exception: Throws an GmagickException on error.

Gmagick::chopimage

(PECL gmagick >= Unknown) Removes a region of an image and trims public Gmagick Gmagick::chopimage ( int $width, int $height, int $x, int $y ) Removes a region of an image and collapses the image to occupy the removed portion. Parameters: width Width of the chopped area height Height of the chopped area x

Gmagick::charcoalimage

(PECL gmagick >= Unknown) Simulates a charcoal drawing public Gmagick Gmagick::charcoalimage ( float $radius, float $sigma ) Simulates a charcoal drawing. Parameters: radius The radius of the Gaussian, in pixels, not counting the center pixel sigma The standard deviation of the Gaussian, in pixels Returns: T