Gmagick::setimagerenderingintent
Gmagick::setimagerenderingintent — Sets the image rendering intent
Description
public Gmagick::setimagerenderingintent(
int $rendering_intent
):
Gmagick
Parameters
-
rendering_intent
-
One of the Rendering Intent constant
(Gmagick::RENDERINGINTENT_*
).
Errors/Exceptions
Throws an
GmagickException on error.