downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

CairoImageSurface::getData> <CairoImageSurface::createForData
[edit] Last updated: Fri, 24 May 2013

view this page in

CairoImageSurface::createFromPng

(PECL cairo >= 0.1.0)

CairoImageSurface::createFromPngCreates a new CairoImageSurface form a png image file

Descrição

public static CairoImageSurface CairoImageSurface::createFromPng ( string $file )

Creates a new CairoImageSurface form a png image file

This method should be called static

Parâmetros

file

Path to PNG image file

Valor Retornado

CairoImageSurface object

Exemplos

Exemplo #1 CairoImageSurface::createFromPng() example

<?php

$surface 
CairoImageSurface::createFromPng('/path/to/image/file.png');

?>

O exemplo acima irá imprimir algo similar à:

...

Veja Também



add a note add a note User Contributed Notes CairoImageSurface::createFromPng - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites