reference/gmagick/gmagick/thumbnailimage.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -13,17 +13,14 @@
13
13
<modifier>public</modifier> <type>Gmagick</type><methodname>Gmagick::thumbnailimage</methodname>
14
14
<methodparam><type>int</type><parameter>width</parameter></methodparam>
15
15
<methodparam><type>int</type><parameter>height</parameter></methodparam>
16
-
<methodparam choice="opt"><type>bool</type><parameter>fit</parameter><initializer>false</initializer></methodparam>
16
+
<methodparam choice="opt"><type>bool</type><parameter>fit</parameter><initializer>&false;</initializer></methodparam>
17
17
</methodsynopsis>
18
18
<para>
19
19
Changes the size of an image to the given dimensions and removes any associated profiles.
20
20
The goal is to produce small low cost thumbnail images suited for display on the Web.
21
-
If TRUE is given as a third parameter then columns and rows parameters are used as maximums
21
+
If &true; is given as a third parameter then columns and rows parameters are used as maximums
22
22
for each side. Both sides will be scaled down until the match or are smaller than the parameter given for the side.
23
23
</para>
24
-

25
-
26
-

27
24
</refsect1>
28
25

29
26
<refsect1 role="parameters">
...
...
@@ -34,7 +31,7 @@ If TRUE is given as a third parameter then columns and rows parameters are used
34
31
<term><parameter>width</parameter></term>
35
32
<listitem>
36
33
<para>
37
-
Image width
34
+
Image width.
38
35
</para>
39
36
</listitem>
40
37
</varlistentry>
...
...
@@ -42,7 +39,7 @@ If TRUE is given as a third parameter then columns and rows parameters are used
42
39
<term><parameter>height</parameter></term>
43
40
<listitem>
44
41
<para>
45
-
Image height
42
+
Image height.
46
43
</para>
47
44
</listitem>
48
45
</varlistentry>
...
...
@@ -53,7 +50,7 @@ If TRUE is given as a third parameter then columns and rows parameters are used
53
50
<refsect1 role="returnvalues">
54
51
&reftitle.returnvalues;
55
52
<para>
56
-
The Gmagick object on success.
53
+
The <classname>Gmagick</classname> object.
57
54
</para>
58
55
</refsect1>
59
56

60
57