PHP » GoLang |
login |
register |
about
|
GoLang Imagick::blurImage
request it (330)
GoLang replacement for PHP's Imagick::blurImage
[edit | history]
Imagick::blurImage(PECL imagick 2.0.0) Imagick::blurImage — Adds blur filter to image Description
bool Imagick::blurImage
( float
$radius
, float $sigma
[, int $channel
] )Adds blur filter to image. Optional third parameter to blur a specific channel. Parameters
Return Values
Returns Errors/ExceptionsThrows ImagickException on error. Examples
Example #1 Using Imagick::blurImage(): Blur an image, then display to the browser.
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|