imageaffine
(PHP 5 >= 5.5.0, PHP 7, PHP 8)
imageaffine — Return an image containing the affine transformed src image, using an optional clipping area
Beschreibung
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Parameter-Liste
-
image
-
Ein GdImage-Objekt, das von einer der Funktionen zur Bilderzeugung, z. B. imagecreatetruecolor(), zurückgegeben wurde.
-
affine
-
Array with keys 0 to 5.
-
clip
-
Array with keys "x", "y", "width" and "height"; or
null
.
Rückgabewerte
Return affined image object on successBei einem Fehler wird false
zurückgegeben..
Changelog
Version | Beschreibung |
---|---|
8.0.0 |
clip is now nullable.
|
8.0.0 | On success, this function returns a GDImage instance now; previously, a resource was returned. |