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

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

48
64
<!-- Keep this comment at the end of the file
49
65