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