Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions reference/imagick/imagick/profileimage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<methodparam choice="opt"><type>string</type><parameter>profile</parameter></methodparam>
</methodsynopsis>
<para>
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
Adds or removes a <acronym>ICC</acronym>, <acronym>IPTC</acronym>, or generic profile from an image.
If the <parameter>profile</parameter> is &null;, it is removed from the image otherwise
added. Use a <parameter>name</parameter> of <literal>'*'</literal> and a <parameter>profile</parameter> of &null; to remove all
profiles from the image.
</para>
</refsect1>
Expand All @@ -29,13 +29,15 @@
<term><parameter>name</parameter></term>
<listitem>
<para>
The profile name.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>profile</parameter></term>
<listitem>
<para>
The profile data. If the value is set to &null;, the specified profile has been deleted.
</para>
</listitem>
</varlistentry>
Expand Down