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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.