PHP 8.1.28 Released!

Gmagick::setimagerenderingintent

(PECL gmagick >= Unknown)

Gmagick::setimagerenderingintentSets the image rendering intent

Açıklama

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

Sets the image rendering intent.

Bağımsız Değişkenler

rendering_intent

One of the Rendering Intent constant (Gmagick::RENDERINGINTENT_*).

Dönen Değerler

The Gmagick object.

Hatalar/İstisnalar

Hata durumunda bir GmagickException istisnası oluşur.

add a note

User Contributed Notes

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