(PHP 5 >= 5.5.0, PHP 7)
imageaffine — Return an image containing the affine transformed src image, using an optional clipping area
$image
, array $affine
[, array $clip
] ) : resource
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
image
Eine von den verschiedenen Erzeugungsfunktionen wie imagecreatetruecolor() gelieferte Grafikressource.
affine
Array with keys 0 to 5.
clip
Array with keys "x", "y", "width" and "height".
Return affined image resource on successIm Fehlerfall wird FALSE
zurückgegeben..