Gmagick
PHP Manual

Gmagick::readimageblob

(PECL gmagick >= Unknown)

Gmagick::readimageblobReads image from a binary string

Descrição

public Gmagick Gmagick::readimageblob ( string $imageContents [, string $filename ] )

Reads image from a binary string.

Parâmetros

imageContents

Content of image

filename

The image filename.

Valor Retornado

The Gmagick object on success

Erros

Lança uma exceção GmagickException em erros.


Gmagick
PHP Manual