imageaffine

Return an image containing the affine transformed src image, using an optional clipping area

Beschreibung

resource imageaffine ( resource $image , array $affine [, array $clip ] )

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter-Liste

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".

Rückgabewerte

Return affined image resource on successIm Fehlerfall wird FALSE zurückgegeben..