reference/gmagick/gmagick/writeimage.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -12,15 +12,12 @@
12
12
<methodsynopsis>
13
13
<modifier>public</modifier> <type>Gmagick</type><methodname>Gmagick::writeimage</methodname>
14
14
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
15
-
<methodparam choice="opt"><type>bool</type><parameter>all_frames</parameter><initializer>false</initializer></methodparam>
15
+
<methodparam choice="opt"><type>bool</type><parameter>all_frames</parameter><initializer>&false;</initializer></methodparam>
16
16
</methodsynopsis>
17
17
<para>
18
-
Writes an image to the specified filename. If the filename parameter is NULL,
19
-
the image is written to the filename set by Gmagick::ReadImage() or Gmagick::SetImageFilename().
18
+
Writes an image to the specified filename. If the filename parameter is &null;,
19
+
the image is written to the filename set by <methodname>Gmagick::readimage</methodname> or <methodname>Gmagick::setimagefilename</methodname>.
20
20
</para>
21
-

22
-
23
-

24
21
</refsect1>
25
22

26
23
<refsect1 role="parameters">
...
...
@@ -42,7 +39,7 @@ the image is written to the filename set by Gmagick::ReadImage() or Gmagick::Set
42
39
<refsect1 role="returnvalues">
43
40
&reftitle.returnvalues;
44
41
<para>
45
-
The Gmagick object
42
+
The <classname>Gmagick</classname> object.
46
43
</para>
47
44
</refsect1>
48
45

49
46