Imagick::clipPathImage

(PECL imagick 2.0.0) Clips along the named paths from the 8BIM profile bool Imagick::clipPathImage ( string $pathname, bool $inside ) Clips along the named paths from the 8BIM profile, if present. Later operations take effect inside the path. It may be a number if preceded with #, to work on a numbered path, e.g., "#1" to use the first path. Parameters: pathname The name

Imagick::clipImagePath

(No version information available, might only be in Git) Description public void Imagick::clipImagePath ( string $pathname, string $inside ) Clips along the named paths from the 8BIM profile, if present. Later operations take effect inside the path. Id may be a number if preceded with #, to work on a numbered path, e.g., "#1" to use the first path. Parameters: pathname C

Imagick::clipImage

(PECL imagick 2.0.0) Clips along the first path from the 8BIM profile bool Imagick::clipImage ( void ) Clips along the first path from the 8BIM profile, if present. Returns: Returns TRUE on success. Exception: Throws ImagickException on error.

Imagick::clear

(PECL imagick 2.0.0) Clears all resources associated to Imagick object bool Imagick::clear ( void ) Clears all resources associated to Imagick object Returns: Returns TRUE on success.

Imagick::clampImage

(No version information available, might only be in Git) Description public void Imagick::clampImage ([ string $CHANNEL = Imagick::CHANNEL_DEFAULT ] ) Restricts the color range from 0 to the quantum depth. Parameters: CHANNEL Restricts the color range from 0 to the quantum depth. Returns:

Imagick::chopImage

(PECL imagick 2.0.0) Removes a region of an image and trims bool Imagick::chopImage ( int $width, int $height, int $x, int $y ) Removes a region of an image and collapses the image to occupy the removed portion. Parameters: width Width of the chopped area height Height of the chopped area x X origo of

Imagick::charcoalImage

(PECL imagick 2.0.0) Simulates a charcoal drawing bool Imagick::charcoalImage ( float $radius, float $sigma ) Simulates a charcoal drawing. Parameters: radius The radius of the Gaussian, in pixels, not counting the center pixel sigma The standard deviation of the Gaussian, in pixels Returns: Returns TRUE on suc

Imagick::brightnessContrastImage

(No version information available, might only be in Git) Description public void Imagick::brightnessContrastImage ( string $brightness, string $contrast [, string $CHANNEL = Imagick::CHANNEL_DEFAULT ] ) Change the brightness and/or contrast of an image. It converts the brightness and contrast parameters into slope and intercept and calls a polynomical function to apply to the image. Parameters:

Imagick::borderImage

(PECL imagick 2.0.0) Surrounds the image with a border bool Imagick::borderImage ( mixed $bordercolor, int $width, int $height ) Surrounds the image with a border of the color defined by the bordercolor ImagickPixel object. Parameters: bordercolor ImagickPixel object or a string containing the border color width Border width

Imagick::blurImage

(PECL imagick 2.0.0) Adds blur filter to image bool Imagick::blurImage ( float $radius, float $sigma [, int $channel ] ) Adds blur filter to image. Optional third parameter to blur a specific channel. Parameters: radius Blur radius sigma Standard deviation channel The Channeltype constant. When not su