Gmagick::setimageunits

(PECL gmagick >= Unknown)

Gmagick::setimageunitsSets the image units of resolution.

Beskrivelse

public Gmagick Gmagick::setimageunits ( int $resolution )

Sets the image units of resolution.

Parametre

resolution

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

Returnerings Værdier

The Gmagick object on success.

Fejl/Undtagelser

Throws an GmagickException on error.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top