Imagick::randomThresholdImage

(PECL imagick 2.0.0) Creates a high-contrast, two-color image bool Imagick::randomThresholdImage ( float $low, float $high [, int $channel = Imagick::CHANNEL_ALL ] ) Changes the value of individual pixels based on the intensity of each pixel compared to threshold. The result is a high-contrast, two color image. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer.

Imagick::raiseImage

(PECL imagick 2.0.0) Creates a simulated 3d button-like effect bool Imagick::raiseImage ( int $width, int $height, int $x, int $y, bool $raise ) Creates a simulated three-dimensional button-like effect by lightening and darkening the edges of the image. Members width and height of raise_info define the width of the vertical and horizontal edge of the effect. Parameters: width

Imagick::radialBlurImage

(PECL imagick 2.0.0) Radial blurs an image bool Imagick::radialBlurImage ( float $angle [, int $channel = Imagick::CHANNEL_ALL ] ) Radial blurs an image. Parameters: angle Radial blurs an image. channel Radial blurs an image. Returns: Returns TRUE on success. E

Imagick::queryFormats

(PECL imagick 2.0.0) Returns formats supported by Imagick array Imagick::queryFormats ([ string $pattern = "*" ] ) Returns formats supported by Imagick. Parameters: pattern Returns formats supported by Imagick. Returns: Returns an array containing the formats supported by Imagick. Exception: Throws ImagickExcept

Imagick::queryFonts

(PECL imagick 2.0.0) Returns the configured fonts array Imagick::queryFonts ([ string $pattern = "*" ] ) Returns the configured fonts. Parameters: pattern The query pattern Returns: Returns an array containing the configured fonts. Exception: Throws ImagickException on error. Ex

Imagick::queryFontMetrics

(PECL imagick 2.0.0) Returns an array representing the font metrics array Imagick::queryFontMetrics ( ImagickDraw $properties, string $text [, bool $multiline ] ) Returns a multi-dimensional array representing the font metrics. Parameters: properties ImagickDraw object containing font properties text The text mult

Imagick::quantizeImages

(PECL imagick 2.0.0) Analyzes the colors within a sequence of images bool Imagick::quantizeImages ( int $numberColors, int $colorspace, int $treedepth, bool $dither, bool $measureError ) Parameters: numberColors colorspace treedepth dither measureError

Imagick::quantizeImage

(PECL imagick 2.0.0) Analyzes the colors within a reference image bool Imagick::quantizeImage ( int $numberColors, int $colorspace, int $treedepth, bool $dither, bool $measureError ) Parameters: numberColors colorspace treedepth dither measureError

Imagick::profileImage

(PECL imagick 2.0.0) Adds or removes a profile from an image bool Imagick::profileImage ( string $name, string $profile ) Adds or removes a ICC, IPTC, or generic profile from an image. If the profile is NULL, it is removed from the image otherwise added. Use a name of '*' and a profile of NULL to remove all profiles from the image. Parameters: name Adds or removes a ICC,

Imagick::previousImage

(PECL imagick 2.0.0) Move to the previous image in the object bool Imagick::previousImage ( void ) Assocates the previous image in an image list with the Imagick object. Returns: Returns TRUE on success.