<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
  <refentry id="function.imagewbmp">
   <refnamediv>
    <refname>imagewbmp</refname>
    <refpurpose>Output image to browser or file</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <methodsynopsis>
      <type>int</type><methodname>imagewbmp</methodname>
      <methodparam><type>resource</type><parameter>image</parameter></methodparam>
      <methodparam choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
      <methodparam choice="opt"><type>int</type><parameter>foreground</parameter></methodparam>
     </methodsynopsis>
    <para>
     <function>imagewbmp</function> creates the
     <acronym>WBMP</acronym> file in filename from the image
     <parameter>image</parameter>. The <parameter>image</parameter> argument
     is the return from the <function>imagecreate</function> function.
    </para>
    <para>
     The filename argument is optional, and if left off, the raw image
     stream will be output directly.
     By sending an <acronym>image/vnd.wap.wbmp</acronym> content-type
     using <function>header</function>, you can create
     a PHP script that outputs WBMP images directly.
     <note>
      <para>
       WBMP support is only available if PHP was compiled
       against GD-1.8 or later.
      </para>
     </note>
    </para>
    <para>
     Using the optional <parameter>foreground</parameter>
     parameter, you can set the foreground color. Use an
     identifier obtained from <function>imagecolorallocate</function>.
     The default foreground color is black.
    </para>
    <para>
     See also <function>image2wbmp</function>, <function>imagepng</function>,
     <function>imagegif</function>, <function>imagejpeg</function>,
     <function>imagetypes</function>.
    </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
-->