PHP 8.3.4 Released!

Gmagick::setimageunits

(PECL gmagick >= Unknown)

Gmagick::setimageunitsSets the image units of resolution

Description

public Gmagick::setimageunits(int $resolution): Gmagick

Sets the image units of resolution.

Parameters

resolution

One of the Resolution constant (Gmagick::RESOLUTION_*).

Return Values

The Gmagick object.

Errors/Exceptions

Throws an GmagickException on error.

add a note

User Contributed Notes

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