Gmagick::readimageblob

(PECL gmagick >= Unknown)

Gmagick::readimageblobReads image from a binary string

Descrição

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

Reads image from a binary string.

Parâmetros

imageContents

Content of image.

filename

The image filename.

Valor Retornado

The Gmagick object.

Erros/Exceções

Lança uma exceção GmagickException em caso de erro.

To Top