Gmagick::setimageunits

(PECL gmagick >= Unknown)

Gmagick::setimageunitsSets the image units of resolution

Descrizione

public Gmagick::setimageunits(int $resolution): Gmagick

Sets the image units of resolution.

Elenco dei parametri

resolution

One of the Resolution constant (Gmagick::RESOLUTION_*).

Valori restituiti

The Gmagick object.

Errori/Eccezioni

Throws an GmagickException on error.

add a note add a note

User Contributed Notes

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