reference/gmagick/gmagick/newimage.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -17,11 +17,8 @@
17
17
<methodparam choice="opt"><type>string</type><parameter>format</parameter></methodparam>
18
18
</methodsynopsis>
19
19
<para>
20
-
Creates a new image with the specified background color
20
+
Creates a new image with the specified background color.
21
21
</para>
22
-

23
-
24
-

25
22
</refsect1>
26
23

27
24
<refsect1 role="parameters">
...
...
@@ -32,7 +29,7 @@
32
29
<term><parameter>width</parameter></term>
33
30
<listitem>
34
31
<para>
35
-
Width of the new image
32
+
Width of the new image.
36
33
</para>
37
34
</listitem>
38
35
</varlistentry>
...
...
@@ -40,7 +37,7 @@
40
37
<term><parameter>height</parameter></term>
41
38
<listitem>
42
39
<para>
43
-
Height of the new image
40
+
Height of the new image.
44
41
</para>
45
42
</listitem>
46
43
</varlistentry>
...
...
@@ -48,7 +45,7 @@
48
45
<term><parameter>background</parameter></term>
49
46
<listitem>
50
47
<para>
51
-
The background color used for this image (as float)
48
+
The background color used for this image (as float).
52
49
</para>
53
50
</listitem>
54
51
</varlistentry>
...
...
@@ -67,7 +64,7 @@
67
64
<refsect1 role="returnvalues">
68
65
&reftitle.returnvalues;
69
66
<para>
70
-
The Gmagick object on success
67
+
The <classname>Gmagick</classname> object.
71
68
</para>
72
69
</refsect1>
73
70

74
71