PHP 8.3.4 Released!

Gmagick::readimage

(PECL gmagick >= Unknown)

Gmagick::readimageReads image from filename

Descrizione

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

Reads image from filename.

Elenco dei parametri

filename

The image filename.

Valori restituiti

The Gmagick object.

Errori/Eccezioni

Throws an GmagickException on error.

add a note

User Contributed Notes

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