Php/docs/imagick.quantizeimages

提供:Dev Guides
< Php
2020年12月14日 (月) 10:01時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

Imagick::quantizeImages

(PECL imagick 2, PECL imagick 3)

Imagick::quantizeImages画像シーケンス内の色を解析する


説明

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

パラメータ

numberColors
colorspace
treedepth
dither
measureError


返り値

成功した場合に true を返します。


エラー / 例外

エラー時に ImagickException をスローします。