[DOC-CVS] [doc-en] master: profileimage.xml Add tags and a description of the parameters (#4822)
[email protected] (Mikhail Alferov via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Mikhail Alferov (mmalferov)
Committer: GitHub (web-flow)
Pusher: Girgias
Date: 2026-01-09T02:08:42Z
Commit: https://github.com/php/doc-en/commit/8f9df63f9564cf571ecb13b378bd30b5d937ac9a
Raw diff: https://github.com/php/doc-en/commit/8f9df63f9564cf571ecb13b378bd30b5d937ac9a.diff
profileimage.xml Add tags and a description of the parameters (#4822)
Changed paths:
M reference/imagick/imagick/profileimage.xml
Diff:
diff --git a/reference/imagick/imagick/profileimage.xml b/reference/imagick/imagick/profileimage.xml
index 98a6c6d611af..f2d7e20b7e73 100644
--- a/reference/imagick/imagick/profileimage.xml
+++ b/reference/imagick/imagick/profileimage.xml
@@ -13,12 +13,12 @@
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<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
+ <simpara>
+ 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>
+ </simpara>
</refsect1>
<refsect1 role="parameters">
@@ -28,15 +28,18 @@
<varlistentry>
<term><parameter>name</parameter></term>
<listitem>
- <para>
- </para>
+ <simpara>
+ The profile name.
+ </simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>profile</parameter></term>
<listitem>
- <para>
- </para>
+ <simpara>
+ The profile data.
+ If the value is set to &null;, the specified profile has been deleted.
+ </simpara>
</listitem>
</varlistentry>
</variablelist>