(PECL imagick 2.0.0)
Sets the image resolution
bool Imagick::setResolution ( float $x_resolution, float $y_resolution )
Sets the image resolution.
Parameters:
x_resolution
The horizontal resolution.
y_resolution
The vertical resolution.
Returns:
Returns TRUE
on success.
See also:
Please login to continue.