Imagick::shearImage
(PECL imagick 2.0.0)
Imagick::shearImage — Creating a parallelogram
Описание
bool Imagick::shearImage
(
mixed $background
,
float $x_shear
,
float $y_shear
)
Список параметров
-
background
-
The background color
-
x_shear
-
The number of degrees to shear on the x axis
-
y_shear
-
The number of degrees to shear on the y axis
Возвращаемые значения
В случае успешной работы возвращает TRUE.