Gmagick
PHP Manual

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.

エラー / 例外

エラー時に GmagickException をスローします。


Gmagick
PHP Manual