Fix GH-1529: Missing documentation of second parameter of imagick.writeimagefile

This commit is contained in:
Christoph M. Becker 2022-04-20 19:10:53 +02:00
parent 68dfe97408
commit 20ddc39b6a
No known key found for this signature in database
GPG key ID: D66C9593118BCCB6
2 changed files with 34 additions and 2 deletions

View file

@ -28,7 +28,17 @@
<term><parameter>filehandle</parameter></term>
<listitem>
<para>
Filehandle where to write the image
Filehandle where to write the image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>format</parameter></term>
<listitem>
<para>
The image format.
The list of valid format specifiers depends on the compiled feature set of
ImageMagick, and can be queried at runtime via <methodname>Imagick::queryFormats</methodname>.
</para>
</listitem>
</varlistentry>
@ -43,6 +53,12 @@
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<simplelist>
<member><methodname>Imagick::queryFormats</methodname></member>
</simplelist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -29,7 +29,17 @@
<term><parameter>filehandle</parameter></term>
<listitem>
<para>
Filehandle where to write the images
Filehandle where to write the images.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>format</parameter></term>
<listitem>
<para>
The image format.
The list of valid format specifiers depends on the compiled feature set of
ImageMagick, and can be queried at runtime via <methodname>Imagick::queryFormats</methodname>.
</para>
</listitem>
</varlistentry>
@ -44,6 +54,12 @@
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<simplelist>
<member><methodname>Imagick::queryFormats</methodname></member>
</simplelist>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file