reference/gmagick/gmagick/setsize.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -15,11 +15,9 @@
15
15
<methodparam><type>int</type><parameter>rows</parameter></methodparam>
16
16
</methodsynopsis>
17
17
<para>
18
-
Sets the size of the Gmagick object. Set it before you read a raw image format such as RGB, GRAY, or CMYK.
18
+
Sets the size of the Gmagick object. Set it before you read a raw image format such as <constant>Gmagick::COLORSPACE_RGB</constant>,
19
+
<constant>Gmagick::COLORSPACE_GRAY</constant>, or <constant>Gmagick::COLORSPACE_CMYK</constant>.
19
20
</para>
20
-

21
-
22
-

23
21
</refsect1>
24
22

25
23
<refsect1 role="parameters">
...
...
@@ -49,7 +47,7 @@
49
47
<refsect1 role="returnvalues">
50
48
&reftitle.returnvalues;
51
49
<para>
52
-
The Gmagick object on success.
50
+
The <classname>Gmagick</classname> object.
53
51
</para>
54
52
</refsect1>
55
53

56
54