CakeFest 2024: The Official CakePHP Conference

Imagick::mapImage

(PECL imagick 2, PECL imagick 3)

Imagick::mapImageReplaces the colors of an image with the closest color from a reference image

警告

此函数在 Imagick 3.4.4 中被 废弃,强烈建议不要应用此函数。

说明

public Imagick::mapImage(Imagick $map, bool $dither): bool

参数

map

dither

返回值

成功时返回 true

错误/异常

错误时抛出 ImagickException。

add a note

User Contributed Notes

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