Gmagick::readimageblob

(PECL gmagick >= Unknown)

Gmagick::readimageblobReads image from a binary string

Descrizione

public Gmagick::readimageblob(string $imageContents, string $filename = ?): Gmagick

Reads image from a binary string.

Elenco dei parametri

imageContents

Content of image.

filename

The image filename.

Valori restituiti

The Gmagick object.

Errori/Eccezioni

Throws an GmagickException on error.