|
CairoImageSurface::createFromPngCreates a new CairoImageSurface form a png image file Beschreibung
public static CairoImageSurface CairoImageSurface::createFromPng
( string
$file
)Creates a new CairoImageSurface form a png image file This method should be called static Parameter-Liste
RückgabewerteCairoImageSurface object Beispiele
Beispiel #1 CairoImageSurface::createFromPng example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: ... Siehe auch
|