PHP 7.0.6 Released

Gmagick::read

(PECL gmagick >= Unknown)

Gmagick::readReads image from filename

Description

public Gmagick Gmagick::read ( string $filename )

Reads image from filename.

Parameters

filename

The image filename.

Return Values

The Gmagick object on success

Errors/Exceptions

Throws an GmagickException on error.

User Contributed Notes

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