(PHP 5 >= 5.5.0)
imageaffine — Return an image containing the affine tramsformed src image, using an optional clipping area
$image
, array $affine
[, array $clip
] )
This function is currently not documented; only its argument list is available.
image
An image resource, returned by one of the image creation functions, such as imagecreatetruecolor().
affine
Array with keys 0 to 5.
clip
Array with keys "x", "y", "width" and "height".
Return affined image resource on success or FALSE
on failure.