Gmagick::setimagedispose

(PECL gmagick >= Unknown) Sets the image disposal method public Gmagick Gmagick::setimagedispose ( int $disposeType ) Sets the image disposal method. Parameters: disposeType The image disposal type. Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

Gmagick::setimagedepth

(PECL gmagick >= Unknown) Sets the image depth public Gmagick Gmagick::setimagedepth ( int $depth ) Sets the image depth Parameters: depth The image depth in bits: 8, 16, or 32. Returns: The Gmagick object on success. Exception: Throws an GmagickException on error.

Gmagick::setimagedelay

(PECL gmagick >= Unknown) Sets the image delay public Gmagick Gmagick::setimagedelay ( int $delay ) Sets the image delay Parameters: delay The image delay in 1/100th of a second. Returns: The Gmagick object on success. Exception: Throws an GmagickException on error.

Gmagick::setimagecompose

(PECL gmagick >= Unknown) Sets the image composite operator public Gmagick Gmagick::setimagecompose ( int $composite ) Sets the image composite operator. Parameters: composite The image composite operator. Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

Gmagick::setimagecolorspace

(PECL gmagick >= Unknown) Sets the image colorspace public Gmagick Gmagick::setimagecolorspace ( int $colorspace ) Sets the image colorspace. Parameters: colorspace The image colorspace: UndefinedColorspace, RGBColorspace, GRAYColorspace, TransparentColorspace, OHTAColorspace, XYZColorspace, YCbCrColorspace, YCCColorspace, YIQColorspace, YPbPrColorspace, YPbPrColorspac

Gmagick::setimagechanneldepth

(PECL gmagick >= Unknown) Sets the depth of a particular image channel public Gmagick Gmagick::setimagechanneldepth ( int $channel, int $depth ) Sets the depth of a particular image channel. Parameters: channel Identify which channel to extract: RedChannel, GreenChannel, BlueChannel, OpacityChannel, CyanChannel, MagentaChannel, YellowChannel, BlackChannel.

Gmagick::setimagebordercolor

(PECL gmagick >= Unknown) Sets the image border color. public Gmagick Gmagick::setimagebordercolor ( GmagickPixel $color ) Sets the image border color. Parameters: color The border pixel wand. Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

Gmagick::setimageblueprimary

(PECL gmagick >= Unknown) Sets the image chromaticity blue primary point. public Gmagick Gmagick::setimageblueprimary ( float $x, float $y ) Sets the image chromaticity blue primary point. Parameters: x The blue primary x-point. y The blue primary y-point. Returns: The Gmagick object on success

Gmagick::setimagebackgroundcolor

(PECL gmagick >= Unknown) Sets the image background color. public Gmagick Gmagick::setimagebackgroundcolor ( GmagickPixel $color ) Sets the image background color. Parameters: color The background pixel wand. Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

Gmagick::setfilename

(PECL gmagick >= Unknown) Sets the filename before you read or write the image public Gmagick Gmagick::setfilename ( string $filename ) Sets the filename before you read or write an image file. Parameters: filename The image filename. Returns: The Gmagick object on success Exception: Throws an GmagickException