reference/imagick/imagick/setcompression.xml
0ffb9c9fc8f4bf1589a1a573644e1c23b6b451d1
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>bool</type><methodname>Imagick::setCompression</methodname>
12
+
<modifier>public</modifier> <type>bool</type><methodname>Imagick::setCompression</methodname>
13
13
<methodparam><type>int</type><parameter>compression</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -25,6 +25,7 @@
25
25
<term><parameter>compression</parameter></term>
26
26
<listitem>
27
27
<para>
28
+
The compression type. See the <link linkend="imagick.constants">Imagick::COMPRESSION_*</link> constants.
28
29
</para>
29
30
</listitem>
30
31
</varlistentry>
31
32