imagick_chop

(PECL)

imagick_chop -- Remove a region of an image and collapse the image to occupy the removed portion

说明

bool imagick_chop ( resource image, int x, int y, int width, int height )

警告

本函数暂无文档,仅有参数列表。

参数

image

Image handle

x

Horizontal offset

y

Vertical offset

width

Rectangle width

height

Rectangle height

返回值

如果成功则返回 TRUE,失败则返回 FALSE