imagick_shear

(PECL)

imagick_shear -- Slide one edge of an image along the X or Y axis, creating a parallelogram

说明

bool imagick_shear ( resource image, float x, float y )

警告

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

参数

image

Image handle

x

Horizontal offset

y

Vertical offset

返回值

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