Gmagick::setfilename

(PECL gmagick >= Unknown)

Gmagick::setfilenameSets the filename before you read or write the image

Descrizione

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

Sets the filename before you read or write an image file.

Elenco dei parametri

filename

The image filename.

Valori restituiti

The Gmagick object.

Errori/Eccezioni

Throws an GmagickException on error.

add a note add a note

User Contributed Notes

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