Imagick::setFont

(PECL imagick 2.1.0) Sets font bool Imagick::setFont ( string $font ) Sets object's font property. This method can be used for example to set font for caption: pseudo-format. The font needs to be configured in ImageMagick configuration or a file by the name of font must exist. This method should not be confused with ImagickDraw::setFont() which sets the font for a specific ImagickDraw object. This method is available if Imag

Imagick::setFirstIterator

(PECL imagick 2.0.0) Sets the Imagick iterator to the first image bool Imagick::setFirstIterator ( void ) Sets the Imagick iterator to the first image. Returns: Returns TRUE on success.

Imagick::setFilename

(PECL imagick 2.0.0) Sets the filename before you read or write the image bool Imagick::setFilename ( string $filename ) Sets the filename before you read or write an image file. Parameters: filename Sets the filename before you read or write an image file. Returns: Returns TRUE on success.

Imagick::setCompressionQuality

(PECL imagick 0.9.10-0.9.9) Sets the object's default compression quality bool Imagick::setCompressionQuality ( int $quality ) Sets the object's default compression quality. Caution This method only works for new images e.g. those created through Imagick::newPseudoImage. For existing images you should use Imagick::setImageCompressionQuality(). Parameters: quality Sets

Imagick::setCompression

(PECL imagick 2.0.0) Sets the object's default compression type bool Imagick::setCompression ( int $compression ) Sets the object's default compression type Parameters: compression Sets the object's default compression type Returns: Returns TRUE on success.

Imagick::setColorspace

(No version information available, might only be in Git) Set colorspace bool Imagick::setColorspace ( int $COLORSPACE ) Sets the global colorspace value for the object. This method is available if Imagick has been compiled against ImageMagick version 6.5.7 or newer. Parameters: COLORSPACE One of the COLORSPACE constants Returns: Returns TRUE on s

Imagick::setBackgroundColor

(PECL imagick 2.0.0) Sets the object's default background color bool Imagick::setBackgroundColor ( mixed $background ) Sets the object's default background color. Parameters: background Sets the object's default background color. Returns: Returns TRUE on success. Changelog: 2.1.0 Now allows

Imagick::sepiaToneImage

(PECL imagick 2.0.0) Sepia tones an image bool Imagick::sepiaToneImage ( float $threshold ) Applies a special effect to the image, similar to the effect achieved in a photo darkroom by sepia toning. Threshold ranges from 0 to QuantumRange and is a measure of the extent of the sepia toning. A threshold of 80 is a good starting point for a reasonable tone. Parameters: threshold

Imagick::separateImageChannel

(PECL imagick 2.0.0) Separates a channel from the image bool Imagick::separateImageChannel ( int $channel ) Separates a channel from the image and returns a grayscale image. A channel is a particular color component of each pixel in the image. Parameters: channel Which 'channel' to return. For colorspaces other than RGB, you can still use the CHANNEL_RED, CHANNEL_GREEN, C

Imagick::selectiveBlurImage

(No version information available, might only be in Git) Description public void Imagick::selectiveBlurImage ( float $radius, float $sigma, float $threshold, int $CHANNEL ) Selectively blur an image within a contrast threshold. It is similar to the unsharpen mask that sharpens everything with contrast above a certain threshold. Parameters: radius Selectively blur an imag