reference/imagick/imagick/cropthumbnailimage.xml
0ffb9c9fc8f4bf1589a1a573644e1c23b6b451d1
...
...
@@ -9,9 +9,10 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>bool</type><methodname>Imagick::cropThumbnailImage</methodname>
12
+
<modifier>public</modifier> <type>bool</type><methodname>Imagick::cropThumbnailImage</methodname>
13
13
<methodparam><type>int</type><parameter>width</parameter></methodparam>
14
14
<methodparam><type>int</type><parameter>height</parameter></methodparam>
15
+
<methodparam choice="opt"><type>bool</type><parameter>legacy</parameter><initializer>&false;</initializer></methodparam>
15
16
</methodsynopsis>
16
17
<para>
17
18
Creates a fixed size thumbnail by first scaling the image up or down and cropping a specified
18
19