reference/gmagick/gmagick/profileimage.xml
c34257b72856627f0dc87ab3de97e5ca09f5dc95
...
...
@@ -15,11 +15,10 @@
15
15
<methodparam><type>string</type><parameter>profile</parameter></methodparam>
16
16
</methodsynopsis>
17
17
<para>
18
-
Adds or removes a ICC, IPTC, or generic profile from an image. If the profile is NULL, it is removed from the image otherwise added. Use a name of '*' and a profile of NULL to remove all profiles from the image.
18
+
Adds or removes a ICC, IPTC, or generic profile from an image. If the profile is &null;, it is removed from the image otherwise added.
19
+
Use a name of <literal>*</literal> and a profile of &null; to remove all profiles from the image.
19
20
</para>
20
21

21
-
22
-

23
22
</refsect1>
24
23

25
24
<refsect1 role="parameters">
...
...
@@ -49,7 +48,7 @@
49
48
<refsect1 role="returnvalues">
50
49
&reftitle.returnvalues;
51
50
<para>
52
-
The Gmagick object on success
51
+
The <classname>Gmagick</classname> object.
53
52
</para>
54
53
</refsect1>
55
54

56
55