PHP Conference Japan 2024

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。

新增註解

使用者貢獻註解

此頁面沒有使用者貢獻註解。
To Top