PHP 8.3.4 Released!

Gmagick::setimagerenderingintent

(PECL gmagick >= Unknown)

Gmagick::setimagerenderingintentEstablece el propósito de renderización de la imagen

Descripción

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

Establece el propósito de renderización de la imagen.

Parámetros

rendering_intent

El propósito de renderización: UndefinedIntent, SaturationIntent, PerceptualIntent, AbsoluteIntent, o RelativeIntent.

Valores devueltos

El objeto Gmagick si se tuvo éxito.

Errores/Excepciones

Arroja un GmagickException en caso de error.

add a note

User Contributed Notes

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