Imagick::vignetteImage()
Imagick::vignetteImage - Adds vignette filter to the image
Syntax
bool Imagick::vignetteImage (
float $blackPoint,
float $whitePoint,
int $x,
int $y)
Arguments
- blackPoint - The black point.
- whitePoint - The white point
- x - X offset of the ellipse
- y - Y offset of the ellipse
Description
Softens the edges of the image in vignette style. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer.
Version
PHP PECL imagick 2.0.0
Return value
Returns TRUE on success.