mkoppanen Tue Aug 14 12:52:49 2007 UTC
Modified files: /phpdoc/en/reference/imagick/imagick addnoiseimage.xml Log: Added descriptions for the parameters. http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/imagick/imagick/addnoiseimage.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/imagick/imagick/addnoiseimage.xml diff -u phpdoc/en/reference/imagick/imagick/addnoiseimage.xml:1.4 phpdoc/en/reference/imagick/imagick/addnoiseimage.xml:1.5 --- phpdoc/en/reference/imagick/imagick/addnoiseimage.xml:1.4 Wed Jun 20 22:24:41 2007 +++ phpdoc/en/reference/imagick/imagick/addnoiseimage.xml Tue Aug 14 12:52:49 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-addnoiseimage"> <refnamediv> <refname>Imagick::addNoiseImage</refname> @@ -28,7 +28,8 @@ <term><parameter>noise_type</parameter></term> <listitem> <para> - + The type of the noise. Refer to this list of + <link linkend="imagick.constants.noise">noise constants</link>. </para> </listitem> </varlistentry> @@ -36,7 +37,10 @@ <term><parameter>channel</parameter></term> <listitem> <para> - Its description + Provide any channel constant that is valid for your channel mode. To + apply to more than one channel, combine channeltype constants using + bitwise operators. Defaults to Imagick::CHANNEL_ALL. Refer to this + list of <link linkend="imagick.constants.channel">channel constants</link>. </para> </listitem> </varlistentry>