reference/imagick/imagick/recolorimage.xml
65c4446ab35754d2f3cd8abec11302650a150bf9
...
...
@@ -6,10 +6,14 @@
6
6
<refpurpose>Recolors image</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::recolorImage</methodname>
16
+
<modifier>public</modifier> <type>bool</type><methodname>Imagick::recolorImage</methodname>
13
17
<methodparam><type>array</type><parameter>matrix</parameter></methodparam>
14
18
</methodsynopsis>
15
19

...
...
@@ -43,17 +47,6 @@
43
47
</para>
44
48
</refsect1>
45
49

46
-
<refsect1 role="seealso">
47
-
&reftitle.seealso;
48
-
<para>
49
-
<simplelist>
50
-
<member><function>Imagick::displayImage</function></member>
51
-
</simplelist>
52
-
</para>
53
-
</refsect1>
54
-

55
-

56
-

57
50
<refsect1 role="examples">
58
51
&reftitle.examples;
59
52
<para>
...
...
@@ -87,6 +80,15 @@ function recolorImage($imagePath) {
87
80
</para>
88
81
</refsect1>
89
82

83
+
<refsect1 role="seealso">
84
+
&reftitle.seealso;
85
+
<para>
86
+
<simplelist>
87
+
<member><function>Imagick::displayImage</function></member>
88
+
</simplelist>
89
+
</para>
90
+
</refsect1>
91
+
90
92
</refentry>
91
93

92
94
<!-- Keep this comment at the end of the file
93
95