Imagick::remapImage
Remaps image colors
Description
public bool Imagick::remapImage(Imagick $replacement
, int $DITHER
)
Parameters
-
replacement
-
An Imagick object containing the replacement colors
-
DITHER
-
Refer to this list of dither method constants
Return Values
Returns true
on success.
Errors/Exceptions
Throws ImagickException on error.