reference/imagick/imagick/identifyimage.xml
10a34d49b54eacd49d481fea5203378b04796bc3
...
...
@@ -9,8 +9,8 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>array</type><methodname>Imagick::identifyImage</methodname>
13
-
<methodparam choice="opt"><type>bool</type><parameter>appendRawOutput</parameter><initializer>false</initializer></methodparam>
12
+
<modifier>public</modifier> <type>array</type><methodname>Imagick::identifyImage</methodname>
13
+
<methodparam choice="opt"><type>bool</type><parameter>appendRawOutput</parameter><initializer>&false;</initializer></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
Identifies an image and returns the attributes. Attributes include
...
...
@@ -26,6 +26,7 @@
26
26
<term><parameter>appendRawOutput</parameter></term>
27
27
<listitem>
28
28
<para>
29
+
If &true; then the raw output is appended to the array.
29
30
</para>
30
31
</listitem>
31
32
</varlistentry>
...
...
@@ -41,7 +42,15 @@
41
42
</para>
42
43
</refsect1>
43
44

45
+
<refsect1 role="errors">
46
+
&reftitle.errors;
47
+
<para>
48
+
&imagick.imagick.throws;
49
+
</para>
50
+
</refsect1>
51
+
44
52
<refsect1 role="examples">
53
+
&reftitle.examples;
45
54
<para>
46
55
<example>
47
56
<title>Example Result Format</title>
...
...
@@ -76,13 +85,6 @@ Array
76
85
</para>
77
86
</refsect1>
78
87

79
-
<refsect1 role="errors">
80
-
&reftitle.errors;
81
-
<para>
82
-
&imagick.imagick.throws;
83
-
</para>
84
-
</refsect1>
85
-

86
88
</refentry>
87
89

88
90
<!-- Keep this comment at the end of the file
89
91