|
Imagick::sparseColorImage(Информация о версии неизвестна, возможно, только в SVN) Imagick::sparseColorImage — Interpolates colors Описание
public bool Imagick::sparseColorImage
( int $SPARSE_METHOD
, array $arguments
[, int $channel = Imagick::CHANNEL_DEFAULT
] )
Given the arguments array containing numeric values this method interpolates the colors found at those coordinates across the whole image using sparse_method. Этот метод доступен, если Imagick был скомпилирован с версией ImageMagick 6.4.5 или старше. Список параметров
Возвращаемые значенияВ случае успешной работы возвращает TRUE. ОшибкиВызывает ImagickException при ошибке. |
|