reference/imagick/imagick/mergeimagelayers.xml
65c4446ab35754d2f3cd8abec11302650a150bf9
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>Imagick</type><methodname>Imagick::mergeImageLayers</methodname>
12
+
<modifier>public</modifier> <type>Imagick</type><methodname>Imagick::mergeImageLayers</methodname>
13
13
<methodparam><type>int</type><parameter>layer_method</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -50,17 +50,6 @@
50
50
</para>
51
51
</refsect1>
52
52
53
-
<refsect1 role="seealso">
54
-
&reftitle.seealso;
55
-
<para>
56
-
<simplelist>
57
-
<member><function>Imagick::flattenImages</function></member>
58
-
</simplelist>
59
-
</para>
60
-
</refsect1>
61
-

62
-

63
-

64
53
<refsect1 role="examples">
65
54
&reftitle.examples;
66
55
<para>
...
...
@@ -89,6 +78,15 @@ function mergeImageLayers($layerMethodType, $imagePath1, $imagePath2) {
89
78
</para>
90
79
</refsect1>
91
80

81
+
<refsect1 role="seealso">
82
+
&reftitle.seealso;
83
+
<para>
84
+
<simplelist>
85
+
<member><function>Imagick::flattenImages</function></member>
86
+
</simplelist>
87
+
</para>
88
+
</refsect1>
89
+

92
90
</refentry>
93
91

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