PHP 8.3.4 Released!

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 в случае ошибки.

add a note

User Contributed Notes

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