Added imagick::getImagesBlob

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269079 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Mikko Koppanen 2008-11-15 22:47:40 +00:00
parent 0976bea995
commit c832af7407
2 changed files with 56 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.21 $ -->
<!-- $Revision: 1.22 $ -->
<phpdoc:classref xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="class.imagick" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>The <classname>Imagick</classname> class</title>
<partintro>
@ -108,6 +108,8 @@
<entry><link
linkend="function.imagick-getimageblob">getImageBlob</link></entry>
<entry><link
linkend="function.imagick-getimagesblob">getImagesBlob</link></entry>
<entry><link
linkend="function.imagick-setformat">setFormat</link></entry>
<entry><link
linkend="function.imagick-getformat">getFormat</link></entry>

View file

@ -0,0 +1,53 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagick-getimagesblob">
<refnamediv>
<refname>Imagick::getImagesBlob</refname>
<refpurpose>Returns all image sequences as a blob</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>string</type><methodname>Imagick::getImagesBlob</methodname>
<void/>
</methodsynopsis>
&warn.undocumented.func;
<para>
Implements direct to memory image formats. It returns all image
sequences 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().
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns a string containing the images. On failure, throws
ImagickException.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->