PHP » GoLang |
login |
register |
about
|
GoLang Gmagick::quantizeimage
request it (248)
GoLang replacement for PHP's Gmagick::quantizeimage
[edit | history]
Gmagick::quantizeimage(PECL gmagick >= Unknown) Gmagick::quantizeimage — Analyzes the colors within a reference image Description
public Gmagick Gmagick::quantizeimage
( int
$numColors
, int $colorspace
, int $treeDepth
, bool $dither
, bool $measureError
)Analyzes the colors within a reference image and chooses a fixed number of colors to represent the image. The goal of the algorithm is to minimize the color difference between the input and output image while minimizing the processing time. Parameters
Return ValuesThe Gmagick object on success Errors/ExceptionsThrows an GmagickException on error. |
more
Recently updated
more
Most requested
more
Last requests
|