CairoImageSurface::createFromPng
(PECL cairo >= 0.1.0)
CairoImageSurface::createFromPng — Creates a new CairoImageSurface form a png image file
Descrizione
Creates a new CairoImageSurface form a png image file
This method should be called static
Elenco dei parametri
-
file -
Path to PNG image file
Valori restituiti
CairoImageSurface object
Esempi
Example #1 CairoImageSurface::createFromPng() example
<?php
$surface = CairoImageSurface::createFromPng('/path/to/image/file.png');
?>
Il precedente esempio visualizzerĂ qualcosa simile a:
...
There are no user contributed notes for this page.
