Imagick::affineTransformImage

(PECL imagick 2.0.0)

Imagick::affineTransformImageTransforms an image

Description

bool Imagick::affineTransformImage ( ImagickDraw $matrix )

Transforms an image as dictated by the affine matrix.

Parameters

matrix

The affine matrix

Return Values

Returns TRUE on success.

Коментарии

This method has not been properly implemented it seems - it has no effect whatsoever on the image.
2014-12-30 10:27:44
http://php5.kiev.ua/manual/ru/imagick.affinetransformimage.html
Автор:
This function is obsolete. Use distortImage() instead, with the affine transformation constant, and an array of six values, sx, rx, ry, sy, tx, ty.
2020-02-19 22:37:04
http://php5.kiev.ua/manual/ru/imagick.affinetransformimage.html

    Поддержать сайт на родительском проекте КГБ