(PECL gmagick >= Unknown)
Sets the image rendering intent
public Gmagick Gmagick::setimagerenderingintent ( int $rendering_intent )
Sets the image rendering intent.
Parameters:
rendering_intent
The image rendering intent: UndefinedIntent, SaturationIntent, PerceptualIntent, AbsoluteIntent, or RelativeIntent.
Returns:
The Gmagick object on success.
Exception:
Throws an GmagickException on error.
Please login to continue.