Gmagick::readimageblob

(PECL gmagick >= Unknown)

Gmagick::readimageblobReads image from a binary string

Описание

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

Reads image from a binary string.

Список параметров

imageContents

Content of image

filename

The image filename.

Возвращаемые значения

The Gmagick object on success

Ошибки

Вызывает GmagickException при ошибке.

Коментарии

Автор:
If you want to be able to do the opposite (output your gmagick object to a blob), then use getImageBlob() like this:

$outputstring = $im->getImageBlob();

This is apparently undocumented here, but since the entire library is ported/modeled on the imagemagick library, it makes sense that it uses the same name as imagemagick.
2010-06-28 14:29:49
http://php5.kiev.ua/manual/ru/gmagick.readimageblob.html

    Поддержать сайт на родительском проекте КГБ