reference/gmagick/gmagick/scaleimage.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -13,14 +13,11 @@
13
13
<modifier>public</modifier> <type>Gmagick</type><methodname>Gmagick::scaleimage</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
Scales the size of an image to the given dimensions. The other parameter will be calculated if 0 is passed as either param.
20
20
</para>
21
-

22
-
23
-

24
21
</refsect1>
25
22

26
23
<refsect1 role="parameters">
...
...
@@ -50,7 +47,7 @@
50
47
<refsect1 role="returnvalues">
51
48
&reftitle.returnvalues;
52
49
<para>
53
-
The Gmagick object on success.
50
+
The <classname>Gmagick</classname> object.
54
51
</para>
55
52
</refsect1>
56
53
<refsect1 role="errors">
57
54