PHP 8.3.4 Released!

Gmagick::read

(PECL gmagick >= Unknown)

Gmagick::readReads image from filename

Description

public Gmagick::read(string $filename): Gmagick

Reads image from filename.

Parameters

filename

The image filename.

Return Values

The Gmagick object.

Errors/Exceptions

Throws an GmagickException on error.

add a note

User Contributed Notes

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