HaruDoc::loadPNG

(PECL haru >= 0.0.1)

HaruDoc::loadPNGLoad PNG image and return HaruImage instance

Açıklama

HaruDoc::loadPNG ( string $filename [, bool $deferred = FALSE ] ) : object

Loads a PNG image.

Libharu might be built without libpng support, in this case each call to this function would result in exception.

Değiştirgeler

filename

The name of a PNG image file.

deferred

Do not load data immediately. You can set deferred parameter to TRUE for deferred data loading, in this case only size and color are loaded immediately.

Dönen Değerler

Returns a HaruImage instance.

Hatalar/İstisnalar

Hata durumunda bir HaruException istisnası oluşur.

Ayrıca Bakınız