Imagick::setSizeOffset
(PECL imagick 2.0.0)
Imagick::setSizeOffset — Sets the size and offset of the Imagick object
Описание
bool Imagick::setSizeOffset
( int $columns
, int $rows
, int $offset
)
Список параметров
-
columns
-
The width in pixels.
-
rows
-
The height in pixels.
-
offset
-
The image offset.
Возвращаемые значения
В случае успешной работы возвращает TRUE.