reference/imagick/imagick/roundcorners.xml
65c4446ab35754d2f3cd8abec11302650a150bf9
...
...
@@ -6,10 +6,14 @@
6
6
<refpurpose>Rounds image corners</refpurpose>
7
7
</refnamediv>
8
8

9
+
<refsynopsisdiv>
10
+
&imagick.deprecated.function-3-4-4;
11
+
</refsynopsisdiv>
12
+

9
13
<refsect1 role="description">
10
14
&reftitle.description;
11
15
<methodsynopsis>
12
-
<type>bool</type><methodname>Imagick::roundCorners</methodname>
16
+
<modifier>public</modifier> <type>bool</type><methodname>Imagick::roundCorners</methodname>
13
17
<methodparam><type>float</type><parameter>x_rounding</parameter></methodparam>
14
18
<methodparam><type>float</type><parameter>y_rounding</parameter></methodparam>
15
19
<methodparam choice="opt"><type>float</type><parameter>stroke_width</parameter><initializer>10</initializer></methodparam>
...
...
@@ -20,6 +24,7 @@
20
24
Rounds image corners. The first two parameters control the amount
21
25
of rounding and the three last parameters can be used to fine-tune
22
26
the rounding process. &imagick.method.available.0x629;
27
+
&imagick.method.not.available.0x700;
23
28
</para>
24
29
</refsect1>
25
30

...
...
@@ -72,6 +77,13 @@
72
77
</para>
73
78
</refsect1>
74
79

80
+
<refsect1 role="returnvalues">
81
+
&reftitle.returnvalues;
82
+
<para>
83
+
&imagick.return.success;
84
+
</para>
85
+
</refsect1>
86
+

75
87
<refsect1 role="examples">
76
88
&reftitle.examples;
77
89
<para>
...
...
@@ -97,14 +109,6 @@ $image->writeImage("rounded.png");
97
109
</para>
98
110
</refsect1>
99
111

100
-

101
-
<refsect1 role="returnvalues">
102
-
&reftitle.returnvalues;
103
-
<para>
104
-
&imagick.return.success;
105
-
</para>
106
-
</refsect1>
107
-

108
112
</refentry>
109
113

110
114
<!-- Keep this comment at the end of the file
111
115