HaruDoc::loadPNG
(PECL haru >= 0.0.1)
HaruDoc::loadPNG — Load PNG image and return HaruImage instance
Descrierea
object HaruDoc::loadPNG
( string
$filename
[, bool $deferred = false
] )Loads a PNG image.
Libharu might be built without libpng support, in this case each call to this function would result in exception.
Parametri
-
filename -
The name of a PNG image file.
-
deferred -
Do not load data immediately. You can set
deferredparameter toTRUEfor deferred data loading, in this case only size and color are loaded immediately.
Valorile întoarse
Returns a HaruImage instance.
Erori/Excepții
Emite un HaruException în caz de eroare.
There are no user contributed notes for this page.
