(Bir sürüm bilgisi bulunamadı; sadece SVN'de olabilir.)
Imagick::sparseColorImage — Interpolates colors
$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
.
Bu yöntem, derleme sırasında
ImageMagick kütüphanesinin 6.4.5 veya sonraki bir sürümü kuruluysa
kullanılabilir.
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
Normalde kanal
türü sabitlerinden biridir, ancak bitsel işleçler kullanılarak birden
fazla kanal belirtilebilir. Imagick::CHANNEL_DEFAULT
öntanımlıdır.
Başarı durumunda TRUE
döner.
Hata durumunda bir ImagickException istisnası oluşur.