Skip to content

Commit 1c1a7fa

Browse files
committed
Document Imagick::thumbnailImage params (fix #2539)
1 parent a5950d8 commit 1c1a7fa

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

reference/imagick/imagick/thumbnailimage.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,23 @@
5656
</para>
5757
</listitem>
5858
</varlistentry>
59+
<varlistentry>
60+
<term><parameter>fill</parameter></term>
61+
<listitem>
62+
<para>
63+
If the image does not fill the box completely then the box is filled with
64+
image's background color.
65+
</para>
66+
</listitem>
67+
</varlistentry>
68+
<varlistentry>
69+
<term><parameter>legacy</parameter></term>
70+
<listitem>
71+
<para>
72+
Round the smaller dimension down instead to the closest integer.
73+
</para>
74+
</listitem>
75+
</varlistentry>
5976
</variablelist>
6077
</para>
6178
</refsect1>

0 commit comments

Comments
 (0)