reference/imagick/imagick/writeimage.xml
0ffb9c9fc8f4bf1589a1a573644e1c23b6b451d1
...
...
@@ -9,13 +9,13 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>bool</type><methodname>Imagick::writeImage</methodname>
13
-
<methodparam choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
12
+
<modifier>public</modifier> <type>bool</type><methodname>Imagick::writeImage</methodname>
13
+
<methodparam choice="opt"><type>string</type><parameter>filename</parameter><initializer>NULL</initializer></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
Writes an image to the specified filename. If the filename parameter is NULL,
17
-
the image is written to the filename set by Imagick::ReadImage() or
18
-
Imagick::SetImageFilename().
17
+
the image is written to the filename set by Imagick::readImage() or
18
+
Imagick::setImageFilename().
19
19
</para>
20
20
</refsect1>
21
21

...
...
@@ -27,6 +27,10 @@
27
27
<term><parameter>filename</parameter></term>
28
28
<listitem>
29
29
<para>
30
+
Filename where to write the image. The extension of the filename
31
+
defines the type of the file.
32
+
Format can be forced regardless of file extension using format: prefix,
33
+
for example "jpg:test.png".
30
34
</para>
31
35
</listitem>
32
36
</varlistentry>
33
37