| | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Gmagick::quantizeimage(PECL gmagick >= Unknown) Gmagick::quantizeimage — Analyzes the colors within a reference image 説明
public void 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. パラメータ
返り値The Gmagick object on success エラー / 例外エラー時に GmagickException をスローします。 |
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Gmagick::quantizeimage - Analyzes the colors within a reference image」をGoogle検索
|