reference/gmagick/gmagick/motionblurimage.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -18,12 +18,10 @@
18
18
<para>
19
19
Simulates motion blur. We convolve the image with a Gaussian operator of the
20
20
given radius and standard deviation (sigma). For reasonable results, radius should be
21
-
larger than sigma. Use a radius of 0 and MotionBlurImage() selects a suitable radius
21
+
larger than sigma. Use a radius of 0 and <methodname>Gmagick::motionblurimage</methodname> selects a suitable radius
22
22
for you. Angle gives the angle of the blurring motion.
23
23
</para>
24
24

25
-
26
-

27
25
</refsect1>
28
26

29
27
<refsect1 role="parameters">
...
...
@@ -61,7 +59,7 @@
61
59
<refsect1 role="returnvalues">
62
60
&reftitle.returnvalues;
63
61
<para>
64
-
The Gmagick object on success
62
+
The <classname>Gmagick</classname> object.
65
63
</para>
66
64
</refsect1>
67
65
<refsect1 role="errors">
68
66