[DOC-CVS] [doc-en] master: Document Imagick::thumbnailImage params (fix #2539)
[email protected] (Jakub Vrana)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Jakub Vrana (vrana)
Date: 2025-04-20T00:02:32+02:00
Commit: https://github.com/php/doc-en/commit/1c1a7fa9f56287f1e8d59367ea1d4f59081a33dc
Raw diff: https://github.com/php/doc-en/commit/1c1a7fa9f56287f1e8d59367ea1d4f59081a33dc.diff
Document Imagick::thumbnailImage params (fix #2539)
Changed paths:
M reference/imagick/imagick/thumbnailimage.xml
Diff:
diff --git a/reference/imagick/imagick/thumbnailimage.xml b/reference/imagick/imagick/thumbnailimage.xml
index 2346e9a84931..9e800de383d7 100644
--- a/reference/imagick/imagick/thumbnailimage.xml
+++ b/reference/imagick/imagick/thumbnailimage.xml
@@ -56,6 +56,23 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><parameter>fill</parameter></term>
+ <listitem>
+ <para>
+ If the image does not fill the box completely then the box is filled with
+ image's background color.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><parameter>legacy</parameter></term>
+ <listitem>
+ <para>
+ Round the smaller dimension down instead to the closest integer.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
</refsect1>