GoLang Gmagick::setimageunits

request it (238)
GoLang replacement for PHP's Gmagick::setimageunits [edit | history]



Do you know a GoLang replacement for PHP's Gmagick::setimageunits? Write it!

PHP Gmagick::setimageunits

PHP original manual for Gmagick::setimageunits [ show | php.net ]

Gmagick::setimageunits

(PECL gmagick >= Unknown)

Gmagick::setimageunitsSets the image units of resolution

Description

public Gmagick Gmagick::setimageunits ( int $resolution )

Sets the image units of resolution.

Parameters

resolution

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

Return Values

The Gmagick object on success.

Errors/Exceptions

Throws an GmagickException on error.