Imagick::quantizeImage

(PECL imagick 2.0.0)

Imagick::quantizeImageAnalyzes the colors within a reference image

說明

bool Imagick::quantizeImage ( int $numberColors , int $colorspace , int $treedepth , bool $dither , bool $measureError )

參數

numberColors

colorspace

treedepth

dither

measureError

回傳值

成功時回傳 TRUE

錯誤/例外

錯誤時拋出 ImagickException。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top