Imagick::readImageBlob

(PECL imagick 2.0.0)

Imagick::readImageBlobReads image from a binary string

Beskrivelse

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

Reads image from a binary string

Parametre

image

Returnerings Værdier

Returns TRUE on success.

Fejl/Undtagelser

Throws ImagickException on error.

add a note add a note

User Contributed Notes

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