This function actually sets the width and height of the image (in pixels).
Took me forever to figure this out.
Imagick::setImageExtent
(PECL imagick 2.0.0)
Imagick::setImageExtent — Sets the image size
Descrição
bool Imagick::setImageExtent
( int
$columns
, int $rows
)Sets the image size (i.e. columns & rows).
Parâmetros
-
columns -
-
rows -
Valor Retornado
Returns TRUE on success.
Erros
Throws ImagickException on error.
tim at komta dot com ¶
3 years ago
