Gmagick::readimagefile

(PECL gmagick >= Unknown)

Gmagick::readimagefileThe readimagefile purpose

Beschreibung

public Gmagick::readimagefile(resource $fp, string $filename = ?): Gmagick

Reads an image or image sequence from an open file descriptor.

Parameter-Liste

fp

The file descriptor.

Rückgabewerte

The Gmagick object.

Fehler/Exceptions

Wirft bei einem Fehler eine GmagickException.

add a note add a note

User Contributed Notes

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