Imagick::sparseColorImage
(No version information available, might only be in SVN)
Imagick::sparseColorImage — Interpolates colors
Opis
$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.
Ta metoda jest dostępna, jeśli rozszerzenie Imagick zostało skompilowane z ImageMagick w wersji 6.4.5 lub nowszej.
Parametry
-
SPARSE_METHOD -
Refer to this list of sparse method constants
-
arguments -
An array containing the coordinates. The array is in format array(1,1, 2,45)
-
CHANNEL -
Provide any channel constant that is valid for your channel mode. To apply to more than one channel, combine channel constants using bitwise operators. Defaults to
Imagick::CHANNEL_DEFAULT. Refer to this list of channel constants
Zwracane wartości
Zwraca TRUE w przypadku sukcesu.
Błędy/Wyjątki
Zgłasza wyjątek ImagickException w przypadku błędu.
