reference/imagick/imagick/writeimagesfile.xml
20ddc39b6a806f6f93a757713182117b6e1916da
...
...
@@ -29,7 +29,17 @@
29
29
<term><parameter>filehandle</parameter></term>
30
30
<listitem>
31
31
<para>
32
-
Filehandle where to write the images
32
+
Filehandle where to write the images.
33
+
</para>
34
+
</listitem>
35
+
</varlistentry>
36
+
<varlistentry>
37
+
<term><parameter>format</parameter></term>
38
+
<listitem>
39
+
<para>
40
+
The image format.
41
+
The list of valid format specifiers depends on the compiled feature set of
42
+
ImageMagick, and can be queried at runtime via <methodname>Imagick::queryFormats</methodname>.
33
43
</para>
34
44
</listitem>
35
45
</varlistentry>
...
...
@@ -44,6 +54,12 @@
44
54
</para>
45
55
</refsect1>
46
56

57
+
<refsect1 role="seealso">
58
+
&reftitle.seealso;
59
+
<simplelist>
60
+
<member><methodname>Imagick::queryFormats</methodname></member>
61
+
</simplelist>
62
+
</refsect1>
47
63
</refentry>
48
64

49
65
<!-- Keep this comment at the end of the file
50
66