2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2005-08-10 04:48:11 +00:00
|
|
|
<!-- $Revision: 1.13 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<!-- splitted from ./en/functions/image.xml, last change in rev 1.67 -->
|
|
|
|
<refentry id='function.imagegd2'>
|
|
|
|
<refnamediv>
|
|
|
|
<refname>imagegd2</refname>
|
2005-01-19 11:05:07 +00:00
|
|
|
<refpurpose>Output GD2 image to browser or file</refpurpose>
|
2002-04-15 00:12:54 +00:00
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
<methodsynopsis>
|
2004-06-21 11:45:37 +00:00
|
|
|
<type>bool</type><methodname>imagegd2</methodname>
|
2002-04-18 17:13:10 +00:00
|
|
|
<methodparam><type>resource</type><parameter>image</parameter></methodparam>
|
2002-04-15 00:12:54 +00:00
|
|
|
<methodparam choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
|
2003-01-17 18:13:03 +00:00
|
|
|
<methodparam choice="opt"><type>int</type><parameter>chunk_size</parameter></methodparam>
|
2003-03-12 04:30:34 +00:00
|
|
|
<methodparam choice="opt"><type>int</type><parameter>type</parameter></methodparam>
|
2002-04-15 00:12:54 +00:00
|
|
|
</methodsynopsis>
|
2003-02-12 17:49:07 +00:00
|
|
|
<para>
|
2005-01-19 11:05:07 +00:00
|
|
|
<function>imagegd2</function> outputs a GD2 image to
|
|
|
|
<parameter>filename</parameter>.
|
|
|
|
The <parameter>image</parameter> parameter is the return from the
|
2005-08-10 04:48:11 +00:00
|
|
|
<function>imagecreatetruecolor</function> function.
|
2005-01-19 11:05:07 +00:00
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
The <parameter>filename</parameter> parameter is optional, and if left
|
|
|
|
off, the raw image stream will be output directly.
|
2003-02-12 17:49:07 +00:00
|
|
|
</para>
|
2003-01-17 18:13:03 +00:00
|
|
|
<para>
|
|
|
|
The optional <parameter>type</parameter> parameter is either
|
2003-03-12 04:30:34 +00:00
|
|
|
<constant>IMG_GD2_RAW</constant> or <constant>IMG_GD2_COMPRESSED</constant>.
|
2003-03-12 04:31:05 +00:00
|
|
|
Default is <constant>IMG_GD2_RAW</constant>.
|
2003-01-17 18:13:03 +00:00
|
|
|
</para>
|
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
The optional <parameter>chunk_size</parameter> and
|
|
|
|
<parameter>type</parameter> parameters became available
|
2003-03-12 04:07:41 +00:00
|
|
|
in PHP 4.3.2.
|
2003-01-17 18:13:03 +00:00
|
|
|
</para>
|
|
|
|
</note>
|
2005-01-19 11:05:07 +00:00
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
The GD2 format is commonly used to allow fast loading of parts of images.
|
|
|
|
Note that the GD2 format is only usable in GD2-compatible applications.
|
|
|
|
</para>
|
|
|
|
</note>
|
2005-02-21 21:11:08 +00:00
|
|
|
¬e.gd.2;
|
2005-01-19 11:05:07 +00:00
|
|
|
<para>
|
|
|
|
See also <function>imagegd</function>
|
|
|
|
</para>
|
2002-04-15 00:12:54 +00:00
|
|
|
</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
|
|
|
|
-->
|