(No version information available, might only be in SVN)
Imagick::sparseColorImage — Interpolates colors
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 или старше.
Refer to this list of sparse method constants
An array containing the coordinates. The array is in format array(1,1, 2,45)
Передайте любую корректную для вашего режима канала константу. Для применения к более чем одному каналу, комбинируйте константы каналов с помощью побитовых операторов. По умолчанию равно Imagick::CHANNEL_DEFAULT. Обратитесь к этому списку констант каналов
В случае успешной работы возвращает TRUE.
Бросает ImagickException при ошибке.