Imagick::setImageInterpolateMethod

(PECL imagick 2.0.0) Sets the image interpolate pixel method bool Imagick::setImageInterpolateMethod ( int $method ) Sets the image interpolate pixel method. Parameters: method The method is one of the Imagick::INTERPOLATE_* constants Returns: Returns TRUE on success.

Imagick::setImageInterlaceScheme

(PECL imagick 2.0.0) Sets the image compression bool Imagick::setImageInterlaceScheme ( int $interlace_scheme ) Sets the image compression. Parameters: interlace_scheme Sets the image compression. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

Imagick::setImageIndex

(PECL imagick 2.0.0) Set the iterator position bool Imagick::setImageIndex ( int $index ) Set the iterator to the position in the image list specified with the index parameter. This method has been deprecated. See Imagick::setIteratorIndex(). Parameters: index The position to set the iterator to Returns: Returns TRUE on success.

Imagick::setImageGreenPrimary

(PECL imagick 2.0.0) Sets the image chromaticity green primary point bool Imagick::setImageGreenPrimary ( float $x, float $y ) Sets the image chromaticity green primary point. Parameters: x Sets the image chromaticity green primary point. y Sets the image chromaticity green primary point. Returns: Returns TRUE

Imagick::setImageGravity

(No version information available, might only be in Git) Sets the image gravity bool Imagick::setImageGravity ( int $gravity ) Sets the gravity property for the current image. This method can be used to set the gravity property for a single image sequence. This method is available if Imagick has been compiled against ImageMagick version 6.4.4 or newer. Parameters: gravity

Imagick::setImageGamma

(PECL imagick 2.0.0) Sets the image gamma bool Imagick::setImageGamma ( float $gamma ) Sets the image gamma. Parameters: gamma Sets the image gamma. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

Imagick::setImageFormat

(PECL imagick 2.0.0) Sets the format of a particular image bool Imagick::setImageFormat ( string $format ) Sets the format of a particular image in a sequence. Parameters: format String presentation of the image format. Format support depends on the ImageMagick installation. Returns: Returns TRUE on success.

Imagick::setImageFilename

(PECL imagick 2.0.0) Sets the filename of a particular image bool Imagick::setImageFilename ( string $filename ) Sets the filename of a particular image in a sequence. Parameters: filename Sets the filename of a particular image in a sequence. Returns: Returns TRUE on success. Exception: Throws ImagickException o

Imagick::setImageExtent

(PECL imagick 2.0.0) Sets the image size bool Imagick::setImageExtent ( int $columns, int $rows ) Sets the image size (i.e. columns & rows). Parameters: columns Sets the image size (i.e. columns & rows). rows Sets the image size (i.e. columns & rows). Returns: Returns TRUE on success.

Imagick::setImageDispose

(PECL imagick 2.0.0) Sets the image disposal method bool Imagick::setImageDispose ( int $dispose ) Sets the image disposal method. Parameters: dispose Sets the image disposal method. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.