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
Opis
bool Imagick::setImageExtent
( int
$columns
, int $rows
)Sets the image size (i.e. columns & rows).
Parametry
-
columns -
-
rows -
Zwracane wartości
Zwraca TRUE w przypadku sukcesu.
Błędy/Wyjątki
Zgłasza wyjątek ImagickException w przypadku błędu.
tim at komta dot com ¶
3 years ago
