reference/gmagick/gmagick/implodeimage.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -16,9 +16,6 @@
16
16
<para>
17
17
Creates a new image that is a copy of an existing one with the image pixels "imploded" by the specified percentage.
18
18
</para>
19
-

20
-
21
-

22
19
</refsect1>
23
20

24
21
<refsect1 role="parameters">
...
...
@@ -29,7 +26,7 @@
29
26
<term><parameter>radius</parameter></term>
30
27
<listitem>
31
28
<para>
32
-
The radius of the implode
29
+
The radius of the implode.
33
30
</para>
34
31
</listitem>
35
32
</varlistentry>
...
...
@@ -40,7 +37,7 @@
40
37
<refsect1 role="returnvalues">
41
38
&reftitle.returnvalues;
42
39
<para>
43
-
Returns imploded Gmagick object.
40
+
Returns imploded <classname>Gmagick</classname> object.
44
41
</para>
45
42
</refsect1>
46
43

47
44