Gmagick::chopimage
(PECL gmagick >= Unknown)
Gmagick::chopimage — Removes a region of an image and trims
Описание
public Gmagick Gmagick::chopimage
(
int $width
,
int $height
,
int $x
,
int $y
)
Список параметров
-
width
-
Width of the chopped area
-
height
-
Height of the chopped area
-
x
-
X origo of the chopped area
-
y
-
Y origo of the chopped area
Возвращаемые значения
The chopped Gmagick object
Ошибки
Вызывает
GmagickException при ошибке.