Manuál PHP | ||
---|---|---|
Předcházející | Další |
(no version information, might be only in CVS)
HaruDoc::loadPNG -- Load PNG image and return HaruImage instance
Loads PNG image and returns HaruImage instance.
You can set deferred
parameter to TRUE for
deferred data loading, in this case only size and color are loaded
immediately. Default value of deferred
is FALSE.
Libharu might be built without libpng support, in this case each call to this function would result in exception.
filename
The name of a PNG image file.
deferred
Do not load data immediately. Defaults to FALSE.
Předcházející | Domů | Další |
HaruDoc::loadJPEG | Nahoru | HaruDoc::loadRaw |