update : 2015.11.03
php.shukuma.com

검색:
 
 
Sets the image units of resolution.

Gmagick::setimageunits

(PECL gmagick >= Unknown)

Gmagick::setimageunitsSets the image units of resolution.

설명

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