Gmagick::setimageunits

(PECL gmagick >= Unknown)
Sets the image units of resolution.
public Gmagick Gmagick::setimageunits ( int $resolution )

Sets the image units of resolution.

Parameters:
resolution

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

Returns:

The Gmagick object on success.

Exception:

Throws an GmagickException on error.

doc_php
2016-02-24 16:00:23
Comments
Leave a Comment

Please login to continue.