(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. Diese Funktion ist verfügbar, wenn Imagick gegen die ImageMagick Version 6.4.5 oder höher kompiliert wurde.
Refer to this list of sparse method constants
An array containing the coordinates. The array is in format array(1,1, 2,45)
Übergeben Sie eine Channel-Konstante, die für Ihren Channel-Moduls gültig ist. Um mehr als einen Channel anzuwenden, können Sie die Channel-Konstanten mit bitweisen Operationen verknüpfen. Der Standardwert ist Imagick::CHANNEL_DEFAULT. Sehen Sie sich auch die Liste der Channel-Konstanten an
Liefert TRUE bei Erfolg.
Wirft ImagickException bei Fehlern.