Imagick::unsharpMaskImage
Sharpens an image
Description
bool Imagick::unsharpMaskImage
( float $radius
, float $sigma
, float $amount
, float $threshold
[, int $channel
= Imagick::CHANNEL_ALL
] )
Parameters
-
radius
-
-
sigma
-
-
amount
-
-
threshold
-
-
channel
-
Return Values
Returns TRUE
on success.
Errors/Exceptions
Throws ImagickException on error.