mkoppanen Sun Sep 2 02:10:33 2007 UTC
Modified files:
/phpdoc/en/reference/imagick constants.xml
Log:
Added three new interlace constants.
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/imagick/constants.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/imagick/constants.xml
diff -u phpdoc/en/reference/imagick/constants.xml:1.7
phpdoc/en/reference/imagick/constants.xml:1.8
--- phpdoc/en/reference/imagick/constants.xml:1.7 Tue Aug 21 07:24:14 2007
+++ phpdoc/en/reference/imagick/constants.xml Sun Sep 2 02:10:33 2007
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagick.constants">
<refnamediv>
<refname>Constants</refname>
@@ -2468,7 +2468,7 @@
</varlistentry>
</variablelist>
<variablelist xml:id="imagick.constants.interlace">
- <title>Interlace constants</title>
+ <title>Interlace constants (imagick::INTERLACE_GIF,
imagick::INTERLACE_JPEG, imagick::INTERLACE_PNG are only available if Imagick
is compiled against Imagemagick 6.3.5 or newer)</title>
<varlistentry>
<term>
<constant>imagick::INTERLACE_UNDEFINED</constant>
@@ -2524,6 +2524,40 @@
</simpara>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>
+ <constant>imagick::INTERLACE_JPEG</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
+ <constant>imagick::INTERLACE_GIF</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
+ <constant>imagick::INTERLACE_PNG</constant>
+ (<type>integer</type>)
+ </term>
+ <listitem>
+ <simpara>
+
+ </simpara>
+ </listitem>
+ </varlistentry>
+
</variablelist>
<variablelist xml:id="imagick.constants.fillrule">
<title>Fillrule constants</title>