downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Imagick::spliceImage> <Imagick::solarizeImage
[edit] Last updated: Fri, 25 May 2012

view this page in

Imagick::sparseColorImage

(No version information available, might only be in SVN)

Imagick::sparseColorImageInterpolates colors

Descrierea

public bool Imagick::sparseColorImage ( int $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. Această metodă este disponibilă dacă Imagick a fost compilat cu ImageMagick de versiunea 6.4.5 sau ulterior.

Parametri

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

Înscrieți orice constantă a canalului care este validă pentru modul de canal. Pentru a aplica operația asupra mai multor canale, combinați constante de canal utilizând operatori binari. Valoarea implicită este Imagick::CHANNEL_DEFAULT. Iată lista de referință a constantelor de canal

Valorile întoarse

Întoarce TRUE în caz de succes.

Erori/Excepții

Emite ImagickException în caz de eroare.



add a note add a note User Contributed Notes Imagick::sparseColorImage
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites