CairoImageSurface::createFromPng

(PECL cairo >= 0.1.0)

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

Açıklama

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

Creates a new CairoImageSurface form a png image file

This method should be called static

Değiştirgeler

file

Path to PNG image file

Dönen Değerler

CairoImageSurface object

Örnekler

Örnek 1 CairoImageSurface::createFromPng() example

<?php

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

?>

Yukarıdaki örnek şuna benzer bir çıktı üretir:

...

Ayrıca Bakınız