reference/gmagick/gmagick/mapimage.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -4,7 +4,7 @@
4
4
<refentry xml:id="gmagick.mapimage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>Gmagick::mapimage</refname>
7
-
<refpurpose>Replaces the colors of an image with the closest color from a reference image.</refpurpose>
7
+
<refpurpose>Replaces the colors of an image with the closest color from a reference image</refpurpose>
8
8
</refnamediv>
9
9

10
10
<refsect1 role="description">
...
...
@@ -17,9 +17,6 @@
17
17
<para>
18
18
Replaces the colors of an image with the closest color from a reference image.
19
19
</para>
20
-

21
-
22
-

23
20
</refsect1>
24
21

25
22
<refsect1 role="parameters">
...
...
@@ -30,7 +27,7 @@
30
27
<term><parameter>gmagick</parameter></term>
31
28
<listitem>
32
29
<para>
33
-
The reference image
30
+
The reference image.
34
31
</para>
35
32
</listitem>
36
33
</varlistentry>
...
...
@@ -38,7 +35,7 @@
38
35
<term><parameter>dither</parameter></term>
39
36
<listitem>
40
37
<para>
41
-
Set this integer value to something other than zero to dither the mapped image
38
+
Set this integer value to something other than zero to dither the mapped image.
42
39
</para>
43
40
</listitem>
44
41
</varlistentry>
...
...
@@ -49,7 +46,7 @@
49
46
<refsect1 role="returnvalues">
50
47
&reftitle.returnvalues;
51
48
<para>
52
-
Gmagick object
49
+
The <classname>Gmagick</classname> object.
53
50
</para>
54
51
</refsect1>
55
52
<refsect1 role="errors">
56
53