PHP » GoLang |
login |
register |
about
|
GoLang Imagick::adaptiveBlurImage
request it (323)
GoLang replacement for PHP's Imagick::adaptiveBlurImage
[edit | history]
PHP Imagick::adaptiveBlurImagePHP original manual for Imagick::adaptiveBlurImage [ show | php.net ]Imagick::adaptiveBlurImage(PECL imagick 2.0.0) Imagick::adaptiveBlurImage — Adds adaptive blur filter to image Description
bool Imagick::adaptiveBlurImage
( float
$radius
, float $sigma
[, int $channel = Imagick::CHANNEL_DEFAULT
] )Adds an adaptive blur filter to image. The intensity of an adaptive blur depends is dramatically decreased at edge of the image, whereas a standard blur is uniform across the image. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer. Parameters
Return Values
Returns Errors/ExceptionsThrows ImagickException on error. Examples
Example #1 Using Imagick::adaptiveBlurImage(): Adaptively blur an image, then display to the browser.
<?php The above example will output something similar to: See Also
|
more
Recently updated
more
Most requested
more
Last requests
|