|
Imagick::functionImage(Информация о версии неизвестна, возможно, только в SVN) Imagick::functionImage — Applies a function on the image Описание
public bool Imagick::functionImage
( int $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. Этот метод доступен, если Imagick был скомпилирован с версией ImageMagick 6.4.9 или старше. Список параметров
Возвращаемые значенияВ случае успешной работы возвращает TRUE. ОшибкиВызывает ImagickException при ошибке. |
|