PHP 7.0.6 Released

HaruDoc::loadJPEG

(PECL haru >= 0.0.1)

HaruDoc::loadJPEGLoad a JPEG image

Description

object HaruDoc::loadJPEG ( string $filename )

Loads the specified JPEG image.

Parameters

filename

A valid JPEG image file.

Return Values

Returns a new HaruImage instance.

Errors/Exceptions

Throws a HaruException on error.

See Also

User Contributed Notes

There are no user contributed notes for this page.
To Top