Gmagick::setimageunits
PHP Manual
PHP Manual»Gmagick»Gmagick::setimageunits

Gmagick::setimageunits

(PECL gmagick >= Unknown)

Gmagick::setimageunitsSets the image units of resolution

Descrizione

public function 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.

To Top