Gmagick
PHP Manual

Gmagick::setimageunits

(PECL gmagick >= Unknown)

Gmagick::setimageunitsSets the image units of resolution.

Описание

public void Gmagick::setimageunits ( int $resolution )

Sets the image units of resolution.

Параметри

resolution

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

Връщани стойности

The Gmagick object on success.

Грешки/Изключения

Throws an GmagickException on error.


Gmagick
PHP Manual