Gmagick::setimagerenderingintent

(PECL gmagick >= Unknown) Sets the image rendering intent public Gmagick Gmagick::setimagerenderingintent ( int $rendering_intent ) Sets the image rendering intent. Parameters: rendering_intent The image rendering intent: UndefinedIntent, SaturationIntent, PerceptualIntent, AbsoluteIntent, or RelativeIntent. Returns: The Gmagick object on succ

Gmagick::setimageredprimary

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

Gmagick::setimageprofile

(PECL gmagick >= Unknown) Adds a named profile to the Gmagick object public Gmagick Gmagick::setimageprofile ( string $name, string $profile ) Adds a named profile to the Gmagick object. If a profile with the same name already exists, it is replaced. This method differs from the Gmagick::ProfileImage() method in that it does not apply any CMS color profiles. Parameters: name

Gmagick::setimageiterations

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

Gmagick::setimageinterlacescheme

(PECL gmagick >= Unknown) Sets the interlace scheme of the image. public Gmagick Gmagick::setimageinterlacescheme ( int $interlace ) Sets the interlace scheme of the image. Parameters: interlace The image interlace scheme: NoInterlace, LineInterlace, PlaneInterlace, PartitionInterlace. Returns: The Gmagick object on success

Gmagick::setimageindex

(PECL gmagick >= Unknown) Set the iterator to the position in the image list specified with the index parameter public Gmagick Gmagick::setimageindex ( int $index ) Set the iterator to the position in the image list specified with the index parameter. Parameters: index The scene number. Returns: The Gmagick object on success.

Gmagick::setimagegreenprimary

(PECL gmagick >= Unknown) TSets the image chromaticity green primary point. public Gmagick Gmagick::setimagegreenprimary ( float $x, float $y ) Sets the image chromaticity green primary point. Parameters: x The chromaticity green primary x-point. y The chromaticity green primary y-point. Returns: The Gmagic

Gmagick::setimagegamma

(PECL gmagick >= Unknown) Sets the image gamma public Gmagick Gmagick::setimagegamma ( float $gamma ) Sets the image gamma. Parameters: gamma The image gamma. Returns: The Gmagick object on success Exception: Throws an GmagickException on error.

Gmagick::setimageformat

(PECL gmagick >= Unknown) Sets the format of a particular image public Gmagick Gmagick::setimageformat ( string $imageFormat ) Sets the format of a particular image in a sequence. Parameters: imageFormat The image format. Returns: The Gmagick object on success. Exception: Throws an GmagickException on error.

Gmagick::setimagefilename

(PECL gmagick >= Unknown) Sets the filename of a particular image in a sequence public Gmagick Gmagick::setimagefilename ( string $filename ) Sets the filename of a particular image in a sequence. Parameters: filename The image filename. Returns: The Gmagick object on success. Exception: Throws an GmagickExcep