Php/docs/imagick.mapimage
来自菜鸟教程
Imagick::mapImage
(PECL imagick 2, PECL imagick 3)
Imagick::mapImage — Replaces the colors of an image with the closest color from a reference image
Warning 此函数在 Imagick 3.4.4 中被 废弃,强烈建议不要应用此函数。
说明
public Imagick::mapImage
( Imagick $map
, bool $dither
) : bool
参数
map
dither
返回值
成功时返回 true
。
错误/异常
错误时抛出 ImagickException。