Imagick::functionImage
Applies a function on the image
Description
public bool Imagick::functionImage
( int $function
, array $arguments
[, int $channel
= Imagick::CHANNEL_DEFAULT
] )
Parameters
-
function
-
Refer to this list of function constants
-
arguments
-
Array of arguments to pass to this function.
Return Values
Returns TRUE
on success.
Errors/Exceptions
Throws ImagickException on error.