PHP 8.3.4 Released!

Gmagick::read

(PECL gmagick >= Unknown)

Gmagick::readReads image from filename

Beschreibung

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

Reads image from filename.

Parameter-Liste

filename

The image filename.

Rückgabewerte

The Gmagick object.

Fehler/Exceptions

Wirft bei einem Fehler eine GmagickException.

add a note

User Contributed Notes

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