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