Imagick::setResolution
(PECL imagick 2.0.0)
Imagick::setResolution — Sets the image resolution
Descrição
bool Imagick::setResolution
( float
$x_resolution
, float $y_resolution
)Sets the image resolution.
Parâmetros
-
x_resolution -
The horizontal resolution.
-
y_resolution -
The vertical resolution.
Valor Retornado
Returns TRUE on success.
Notas
Imagick::setResolution() must be called before loading or creating an image.
Veja Também
- Imagick::setImageResolution() - Sets the image resolution
- Imagick::getImageResolution() - Gets the image X and Y resolution