PHP 8.3.4 Released!

Gmagick::setimagerenderingintent

(PECL gmagick >= Unknown)

Gmagick::setimagerenderingintentSets the image rendering intent

Description

public Gmagick::setimagerenderingintent(int $rendering_intent): Gmagick

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.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top