Imagick::setImageDepth

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

Imagick::setImageDelay

(PECL imagick 2.0.0) Sets the image delay bool Imagick::setImageDelay ( int $delay ) Sets the image delay. For an animated image this is the amount of time that this frame of the image should be displayed for, before displaying the next frame. The delay can be set individually for each frame in an image. Parameters: delay The amount of time expressed in 'ticks' that the

Imagick::setImageCompressionQuality

(No version information available, might only be in Git) Sets the image compression quality bool Imagick::setImageCompressionQuality ( int $quality ) Sets the image compression quality. Parameters: quality The image compression quality as an integer Returns: Returns TRUE on success. Exception: Throws ImagickExcep

Imagick::setImageCompression

(PECL imagick 2.0.0) Sets the image compression bool Imagick::setImageCompression ( int $compression ) Parameters: compression One of the COMPRESSION constants Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

Imagick::setImageCompose

(PECL imagick 2.0.0) Sets the image composite operator bool Imagick::setImageCompose ( int $compose ) Sets the image composite operator, useful for specifying how to composite the image thumbnail when using the Imagick::montageImage() method. Parameters: compose Sets the image composite operator, useful for specifying how to composite the image thumbnail when using the Im

Imagick::setImageColorspace

(PECL imagick 2.0.0) Sets the image colorspace bool Imagick::setImageColorspace ( int $colorspace ) Sets the image colorspace. This method should be used when creating new images. To change the colorspace of an existing image, you should use Imagick::transformImageColorspace(). Parameters: colorspace One of the COLORSPACE constants Returns: Retur

Imagick::setImageColormapColor

(PECL imagick 2.0.0) Sets the color of the specified colormap index bool Imagick::setImageColormapColor ( int $index, ImagickPixel $color ) Sets the color of the specified colormap index. Parameters: index Sets the color of the specified colormap index. color Sets the color of the specified colormap index. Returns:

Imagick::setImageClipMask

(No version information available, might only be in Git) Sets image clip mask bool Imagick::setImageClipMask ( Imagick $clip_mask ) Sets image clip mask from another Imagick object. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer. Parameters: clip_mask The Imagick object containing the clip mask Returns:

Imagick::setImageChannelDepth

(PECL imagick 2.0.0) Sets the depth of a particular image channel bool Imagick::setImageChannelDepth ( int $channel, int $depth ) Sets the depth of a particular image channel. Parameters: channel Sets the depth of a particular image channel. depth Sets the depth of a particular image channel. Returns: Returns T

Imagick::setImageBorderColor

(PECL imagick 2.0.0) Sets the image border color bool Imagick::setImageBorderColor ( mixed $border ) Sets the image border color. Parameters: border The border color Returns: Returns TRUE on success. Exception: Throws ImagickException on error. Changelog: 2.1.0 Now allows