The Imagick class
PHP Manual

Imagick::readImageBlob

(PECL imagick 2.0.0)

Imagick::readImageBlobReads image from a binary string

Description

bool Imagick::readImageBlob ( string $image [, string $filename ] )
Warning

This function is currently not documented; only its argument list is available.

Reads image from a binary string

Parameters

image

Return Values

Returns TRUE on success.

Errors/Exceptions

Throws ImagickException on error.


The Imagick class
PHP Manual