(No version information available, might only be in SVN)
Imagick::functionImage — Applies a function on the image
$function
, array $arguments
[, int $channel
= Imagick::CHANNEL_DEFAULT
] )Applies an arithmetic, relational, or logical expression to an image. Use these operators to create lighter or darker versions of an image, to increase or decrease contrast in an image, or to negate the image colors. Această metodă este disponibilă dacă Imagick a fost compilat cu ImageMagick de versiunea 6.4.9 sau ulterior.
function
Refer to this list of function constants
arguments
Array of arguments to pass to this function.
Întoarce TRUE
în caz de succes.
Emite ImagickException în caz de eroare.