reference/gmagick/gmagick/reducenoiseimage.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -14,11 +14,10 @@
14
14
<methodparam><type>float</type><parameter>radius</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
-
Smooths the contours of an image while still preserving edge information. The algorithm works by replacing each pixel with its neighbor closest in value. A neighbor is defined by radius. Use a radius of 0 and Gmagick::reduceNoiseImage() selects a suitable radius for you.
17
+
Smooths the contours of an image while still preserving edge information. The algorithm works by replacing each pixel with its neighbor closest in value. A neighbor is defined by radius.
18
+
Use a radius of 0 and <methodname>Gmagick::reducenoiseimage</methodname> selects a suitable radius for you.
18
19
</para>
19
20

20
-
21
-

22
21
</refsect1>
23
22

24
23
<refsect1 role="parameters">
...
...
@@ -40,7 +39,7 @@
40
39
<refsect1 role="returnvalues">
41
40
&reftitle.returnvalues;
42
41
<para>
43
-
The Gmagick object on success
42
+
The <classname>Gmagick</classname> object.
44
43
</para>
45
44
</refsect1>
46
45

47
46