Imagick::setImageBluePrimary

(PECL imagick 2.0.0) Sets the image chromaticity blue primary point bool Imagick::setImageBluePrimary ( float $x, float $y ) Sets the image chromaticity blue primary point. Parameters: x Sets the image chromaticity blue primary point. y Sets the image chromaticity blue primary point. Returns: Returns TRUE on su

Imagick::setImageBiasQuantum

(No version information available, might only be in Git) Description public void Imagick::setImageBiasQuantum ( string $bias ) Parameters: bias Returns: This function is currently not documented; only its argument list is available.

Imagick::setImageBias

(PECL imagick 2.0.0) Sets the image bias for any method that convolves an image bool Imagick::setImageBias ( float $bias ) Sets the image bias for any method that convolves an image (e.g. Imagick::ConvolveImage()). Parameters: bias Sets the image bias for any method that convolves an image (e.g. Imagick::ConvolveImage()). Returns: Returns TRUE on

Imagick::setImageBackgroundColor

(PECL imagick 2.0.0) Sets the image background color bool Imagick::setImageBackgroundColor ( mixed $background ) Sets the image background color. Parameters: background Sets the image background color. Returns: Returns TRUE on success. Exception: Throws ImagickException on error. Changelog:

Imagick::setImageAttribute

(No version information available, might only be in Git) Description public void Imagick::setImageAttribute ( string $key, string $value ) Parameters: key value Returns: This function is currently not documented; only its argument list is available.

Imagick::setImageArtifact

(No version information available, might only be in Git) Set image artifact bool Imagick::setImageArtifact ( string $artifact, string $value ) Associates an artifact with the image. The difference between image properties and image artifacts is that properties are public and artifacts are private. This method is available if Imagick has been compiled against ImageMagick version 6.5.7 or newer. Parameters:

Imagick::setImageAlphaChannel

(No version information available, might only be in Git) Sets image alpha channel bool Imagick::setImageAlphaChannel ( int $mode ) Activate or deactivate image alpha channel. The mode is one of the Imagick::ALPHACHANNEL_* constants. This method is available if Imagick has been compiled against ImageMagick version 6.3.8 or newer. Parameters: mode One of the Imagick::ALPHAC

Imagick::setImage

(PECL imagick 2.0.0) Replaces image in the object bool Imagick::setImage ( Imagick $replace ) Replaces the current image sequence with the image from replace object. Parameters: replace The replace Imagick object Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

Imagick::setGravity

(No version information available, might only be in Git) Sets the gravity bool Imagick::setGravity ( int $gravity ) Sets the global gravity property for the Imagick object. This method is available if Imagick has been compiled against ImageMagick version 6.4.0 or newer. Parameters: gravity The gravity property. Refer to the list of gravity constants. R

Imagick::setFormat

(PECL imagick 2.0.0) Sets the format of the Imagick object bool Imagick::setFormat ( string $format ) Sets the format of the Imagick object. Parameters: format Sets the format of the Imagick object. Returns: Returns TRUE on success.