(PECL gmagick >= Unknown)
Sets the image resolution
public Gmagick Gmagick::setimageresolution ( float $xResolution, float $yResolution )
Sets the image resolution.
Parameters:
xResolution
The image x resolution.
yResolution
The image y resolution.
Returns:
The Gmagick object on success.
Exception:
Throws an GmagickException on error.
Please login to continue.