Gmagick
PHP Manual

Gmagick::setimageunits

(PECL gmagick >= Unknown)

Gmagick::setimageunitsSets the image units of resolution.

Descrizione

public Gmagick Gmagick::setimageunits ( int $resolution )

Sets the image units of resolution.

Elenco dei parametri

resolution

The image units of resolution : Undefinedresolution, PixelsPerInchResolution, or PixelsPerCentimeterResolution.

Valori restituiti

The Gmagick object on success.

Errori/Eccezioni

Throws an GmagickException on error.


Gmagick
PHP Manual