(PECL gmagick >= Unknown)
Reads image from a binary string
public void Gmagick::readimageblob ( string $imageContents [, string $filename ] )
Reads image from a binary string.
Parameters:
imageContents
Content of image
filename
The image filename.
Returns:
The Gmagick object on success
Exception:
Throws an GmagickException on error.
Please login to continue.