Gmagick::setsize
(PECL gmagick >= Unknown)
Gmagick::setsize — Sets the size of the Gmagick object
Описание
public Gmagick Gmagick::setsize
(
int $columns
,
int $rows
)
Список параметров
-
columns
-
The width in pixels.
-
rows
-
The height in pixels.
Возвращаемые значения
The Gmagick object on success.
Ошибки
Вызывает
GmagickException при ошибке.