Skip to content

profileimage.xml Add tags and a description of the parameters #4822

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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