|
Imagick::convolveImage(PECL imagick 2.0.0) Imagick::convolveImage — Applies a custom convolution kernel to the image Описание
bool Imagick::convolveImage
( array $kernel
[, int $channel = Imagick::CHANNEL_ALL
] )
Applies a custom convolution kernel to the image. Список параметров
Возвращаемые значенияВ случае успешной работы возвращает TRUE. ОшибкиВызывает ImagickException при ошибке. |
|