Imagick
PHP Manual

Imagick::setImageExtent

(PECL imagick 2.0.0)

Imagick::setImageExtentSets 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

Retorna TRUE no sucesso.

Erros

Lança ImagickException em caso de erro.


Imagick
PHP Manual