array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'imagick.getimageblob.php', 1 => 'Imagick::getImageBlob', 2 => 'Returns the image sequence as a blob', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.getimagebackgroundcolor.php', 1 => 'Imagick::getImageBackgroundColor', ), 'next' => array ( 0 => 'imagick.getimageblueprimary.php', 1 => 'Imagick::getImageBluePrimary', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/getimageblob.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PECL imagick 2, PECL imagick 3)
Imagick::getImageBlob — Returns the image sequence as a blob
Implements direct to memory image formats. It returns the image sequence as a string. The format of the image determines the format of the returned blob (GIF, JPEG, PNG, etc.). To return a different image format, use Imagick::setImageFormat().
У цієї функції немає параметрів.
Returns a string containing the image.
Кидає ImagickException в разі помилки.