reference/gmagick/gmagick/setimagetype.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -16,9 +16,6 @@
16
16
<para>
17
17
Sets the image type.
18
18
</para>
19
-

20
-
21
-

22
19
</refsect1>
23
20

24
21
<refsect1 role="parameters">
...
...
@@ -29,9 +26,8 @@
29
26
<term><parameter>imgType</parameter></term>
30
27
<listitem>
31
28
<para>
32
-
The image type: UndefinedType, BilevelType, GrayscaleType,
33
-
GrayscaleMatteType, PaletteType, PaletteMatteType, TrueColorType,
34
-
TrueColorMatteType, ColorSeparationType, ColorSeparationMatteType, or OptimizeType.
29
+
One of the <link linkend="gmagick.constants.imagetype">Image type</link> constant
30
+
(<literal>Gmagick::IMGTYPE_*</literal>).
35
31
</para>
36
32
</listitem>
37
33
</varlistentry>
...
...
@@ -42,7 +38,7 @@ TrueColorMatteType, ColorSeparationType, ColorSeparationMatteType, or OptimizeTy
42
38
<refsect1 role="returnvalues">
43
39
&reftitle.returnvalues;
44
40
<para>
45
-
The Gmagick object on success.
41
+
The <classname>Gmagick</classname> object.
46
42
</para>
47
43
</refsect1>
48
44

49
45