mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Fix GH-1529: Missing documentation of second parameter of imagick.writeimagefile
This commit is contained in:
parent
68dfe97408
commit
20ddc39b6a
2 changed files with 34 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue