(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. Cette méthode n'est disponible que si Imagick a été compilé avec ImageMagick version 6.4.5 ou supérieur.
Refer to this list of sparse method constants
An array containing the coordinates. The array is in format array(1,1, 2,45)
Fournit une constante de canal valide pour votre mode de canal. Pour l'appliquer à plus d'un canal, combinez les constantes de canaux en utilisant un opérateur sur les bits. Par défaut, vaut Imagick::CHANNEL_DEFAULT. Repportez-vous à la liste des constantes de canaux
Returns TRUE on success.
Lance une exception ImagickException si une erreur survient.