Gmagick::setimagerenderingintent

(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.

doc_php
2016-02-24 16:00:22
Comments
Leave a Comment

Please login to continue.