mkoppanen Tue Aug 21 06:25:15 2007 UTC
Modified files: /phpdoc/en/reference/imagick/imagick clippathimage.xml colorfloodfillimage.xml colorizeimage.xml Log: Added parameter descriptions. http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/imagick/imagick/clippathimage.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/imagick/imagick/clippathimage.xml diff -u phpdoc/en/reference/imagick/imagick/clippathimage.xml:1.4 phpdoc/en/reference/imagick/imagick/clippathimage.xml:1.5 --- phpdoc/en/reference/imagick/imagick/clippathimage.xml:1.4 Wed Jun 20 22:24:41 2007 +++ phpdoc/en/reference/imagick/imagick/clippathimage.xml Tue Aug 21 06:25:13 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagick-clippathimage"> <refnamediv> <refname>Imagick::clipPathImage</refname> @@ -18,7 +18,7 @@ <para> Clips along the named paths from the 8BIM profile, if present. Later operations take effect inside the path. - Id may be a number if preceded with #, to work on a + It may be a number if preceded with #, to work on a numbered path, e.g., "#1" to use the first path. </para> </refsect1> @@ -31,7 +31,7 @@ <term><parameter>pathname</parameter></term> <listitem> <para> - Its description + The name of the path </para> </listitem> </varlistentry> @@ -39,7 +39,7 @@ <term><parameter>inside</parameter></term> <listitem> <para> - Its description + If true later operations take effect inside clipping path. Otherwise later operations take effect outside clipping path. </para> </listitem> </varlistentry> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/imagick/imagick/colorfloodfillimage.xml?r1=1.5&r2=1.6&diff_format=u Index: phpdoc/en/reference/imagick/imagick/colorfloodfillimage.xml diff -u phpdoc/en/reference/imagick/imagick/colorfloodfillimage.xml:1.5 phpdoc/en/reference/imagick/imagick/colorfloodfillimage.xml:1.6 --- phpdoc/en/reference/imagick/imagick/colorfloodfillimage.xml:1.5 Wed Jun 20 22:24:41 2007 +++ phpdoc/en/reference/imagick/imagick/colorfloodfillimage.xml Tue Aug 21 06:25:14 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagick-colorfloodfillimage"> <refnamediv> <refname>Imagick::colorFloodfillImage</refname> @@ -31,7 +31,7 @@ <term><parameter>fill</parameter></term> <listitem> <para> - Its description + ImagickPixel object containing the fill color </para> </listitem> </varlistentry> @@ -39,7 +39,7 @@ <term><parameter>fuzz</parameter></term> <listitem> <para> - Its description + The amount of fuzz. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color for the purposes of the floodfill. </para> </listitem> </varlistentry> @@ -47,7 +47,7 @@ <term><parameter>bordercolor</parameter></term> <listitem> <para> - Its description + ImagickPixel object containing the border color </para> </listitem> </varlistentry> @@ -55,7 +55,7 @@ <term><parameter>x</parameter></term> <listitem> <para> - Its description + X start position of the floodfill </para> </listitem> </varlistentry> @@ -63,7 +63,7 @@ <term><parameter>y</parameter></term> <listitem> <para> - Its description + Y start position of the floodfill </para> </listitem> </varlistentry> http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/imagick/imagick/colorizeimage.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/imagick/imagick/colorizeimage.xml diff -u phpdoc/en/reference/imagick/imagick/colorizeimage.xml:1.4 phpdoc/en/reference/imagick/imagick/colorizeimage.xml:1.5 --- phpdoc/en/reference/imagick/imagick/colorizeimage.xml:1.4 Wed Jun 20 22:24:41 2007 +++ phpdoc/en/reference/imagick/imagick/colorizeimage.xml Tue Aug 21 06:25:14 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.imagick-colorizeimage"> <refnamediv> <refname>Imagick::colorizeImage</refname> @@ -28,7 +28,7 @@ <term><parameter>colorize</parameter></term> <listitem> <para> - Its description + Colorize ImagickPixel object </para> </listitem> </varlistentry> @@ -36,7 +36,7 @@ <term><parameter>opacity</parameter></term> <listitem> <para> - Its description + Opacity ImagickPixel object </para> </listitem> </varlistentry>