|
Imagick::evaluateImage(PECL imagick 2.0.0) Imagick::evaluateImage — Applies an expression to an image Описание
bool Imagick::evaluateImage
( int $op
, float $constant
[, int $channel = Imagick::CHANNEL_ALL
] )
Applys an arithmetic, relational, or logical expression to an image. Use these operators to lighten or darken an image, to increase or decrease contrast in an image, or to produce the "negative" of an image. Список параметров
Примеры
Пример #1 Using Imagick::evaluateImage() Using evaluateImage to reduce opacity in an image.
<?php Возвращаемые значенияВ случае успешной работы возвращает TRUE. ОшибкиВызывает ImagickException при ошибке. |
|