GoLang Gmagick::readimageblob

request it (272)
GoLang replacement for PHP's Gmagick::readimageblob [edit | history]



Do you know a GoLang replacement for PHP's Gmagick::readimageblob? Write it!

PHP Gmagick::readimageblob

PHP original manual for Gmagick::readimageblob [ show | php.net ]

Gmagick::readimageblob

(PECL gmagick >= Unknown)

Gmagick::readimageblobReads image from a binary string

Description

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

Reads image from a binary string.

Parameters

imageContents

Content of image

filename

The image filename.

Return Values

The Gmagick object on success

Errors/Exceptions

Throws an GmagickException on error.