(PECL imagick 2.0.0)
Imagick::setResolution — Sets the image resolution
$x_resolution
, float $y_resolution
)Sets the image resolution.
x_resolution
The horizontal resolution.
y_resolution
The vertical resolution.
성공시에 TRUE
를 반환합니다.
Imagick::setResolution() must be called before loading or creating an image.