(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.
Please login to continue.