Skip to content

Sync imagick with EN #2177

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

Merged
merged 1 commit into from
Apr 28, 2025
Merged
Show file tree
Hide file tree
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
7 changes: 3 additions & 4 deletions reference/imagick/imagickdraw/setclipunits.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 0f49e97eebd971ba0468bc1b7c6265fd457f60c8 Maintainer: yannick Status: ready -->
<!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->

<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.setclipunits">
Expand All @@ -13,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::setClipUnits</methodname>
<methodparam><type>int</type><parameter>clip_units</parameter></methodparam>
<methodparam><type>int</type><parameter>pathunits</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
<para>
Expand All @@ -26,7 +25,7 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>clip_units</parameter></term>
<term><parameter>pathunits</parameter></term>
<listitem>
<para>
Le nombre d'unités de clip
Expand Down
7 changes: 3 additions & 4 deletions reference/imagick/imagickdraw/setfillalpha.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 0f49e97eebd971ba0468bc1b7c6265fd457f60c8 Maintainer: yannick Status: ready -->
<!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->

<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.setfillalpha">
Expand All @@ -13,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::setFillAlpha</methodname>
<methodparam><type>float</type><parameter>opacity</parameter></methodparam>
<methodparam><type>float</type><parameter>alpha</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
<para>
Expand All @@ -27,7 +26,7 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>opacity</parameter></term>
<term><parameter>alpha</parameter></term>
<listitem>
<para>
Canal alpha de la couleur de remplissage
Expand Down
7 changes: 3 additions & 4 deletions reference/imagick/imagickdraw/setfillcolor.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: fa0c88f1e36a3f28b4fcee0b2d1e188b54e0c44b Maintainer: yannick Status: ready -->
<!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->

<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.setfillcolor">
Expand All @@ -13,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::setFillColor</methodname>
<methodparam><type>ImagickPixel</type><parameter>fill_pixel</parameter></methodparam>
<methodparam><type class="union"><type>ImagickPixel</type><type>string</type></type><parameter>fill_color</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
<para>
Expand All @@ -26,7 +25,7 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>fill_pixel</parameter></term>
<term><parameter>fill_color</parameter></term>
<listitem>
<para>
L'objet ImagickPixel à utiliser pour la couleur.
Expand Down
7 changes: 3 additions & 4 deletions reference/imagick/imagickdraw/setfillopacity.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: fa0c88f1e36a3f28b4fcee0b2d1e188b54e0c44b Maintainer: yannick Status: ready -->
<!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->

<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.setfillopacity">
Expand All @@ -13,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::setFillOpacity</methodname>
<methodparam><type>float</type><parameter>fillOpacity</parameter></methodparam>
<methodparam><type>float</type><parameter>opacity</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
<para>
Expand All @@ -27,7 +26,7 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>fillOpacity</parameter></term>
<term><parameter>opacity</parameter></term>
<listitem>
<para>
L'opacité de remplissage.
Expand Down
7 changes: 3 additions & 4 deletions reference/imagick/imagickdraw/setfillrule.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 0f49e97eebd971ba0468bc1b7c6265fd457f60c8 Maintainer: yannick Status: ready -->
<!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->

<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.setfillrule">
Expand All @@ -13,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::setFillRule</methodname>
<methodparam><type>int</type><parameter>fill_rule</parameter></methodparam>
<methodparam><type>int</type><parameter>fillrule</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
<para>
Expand All @@ -26,7 +25,7 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>fill_rule</parameter></term>
<term><parameter>fillrule</parameter></term>
<listitem>
<para>
Une des constantes <link linkend="imagick.constants.fillrule">FILLRULE</link>
Expand Down
7 changes: 3 additions & 4 deletions reference/imagick/imagickdraw/setfontsize.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 668b6fc28891062b1c96202009ccb70b7147740d Maintainer: yannick Status: ready -->
<!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->

<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.setfontsize">
Expand All @@ -13,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::setFontSize</methodname>
<methodparam><type>float</type><parameter>pointsize</parameter></methodparam>
<methodparam><type>float</type><parameter>point_size</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
<para>
Expand All @@ -26,7 +25,7 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>pointsize</parameter></term>
<term><parameter>point_size</parameter></term>
<listitem>
<para>
La taille de point.
Expand Down
7 changes: 3 additions & 4 deletions reference/imagick/imagickdraw/setfontstretch.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 0f49e97eebd971ba0468bc1b7c6265fd457f60c8 Maintainer: yannick Status: ready -->
<!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->

<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.setfontstretch">
Expand All @@ -13,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::setFontStretch</methodname>
<methodparam><type>int</type><parameter>fontStretch</parameter></methodparam>
<methodparam><type>int</type><parameter>stretch</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
<para>
Expand All @@ -28,7 +27,7 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>fontStretch</parameter></term>
<term><parameter>stretch</parameter></term>
<listitem>
<para>
Une des constantes <link linkend="imagick.constants.stretch">STRETCH</link>
Expand Down
7 changes: 3 additions & 4 deletions reference/imagick/imagickdraw/setfontweight.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 668b6fc28891062b1c96202009ccb70b7147740d Maintainer: yannick Status: ready -->
<!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->

<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.setfontweight">
Expand All @@ -13,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::setFontWeight</methodname>
<methodparam><type>int</type><parameter>font_weight</parameter></methodparam>
<methodparam><type>int</type><parameter>weight</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
<para>
Expand All @@ -26,7 +25,7 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>font_weight</parameter></term>
<term><parameter>weight</parameter></term>
<listitem>
<para>
</para>
Expand Down
11 changes: 5 additions & 6 deletions reference/imagick/imagickdraw/setresolution.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1ef9c7a76700b3e72844050d75e6ed1b870f9ca7 Maintainer: yannick Status: ready -->
<!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->

<refentry xml:id="imagickdraw.setresolution" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand All @@ -13,8 +12,8 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::setResolution</methodname>
<methodparam><type>float</type><parameter>x_resolution</parameter></methodparam>
<methodparam><type>float</type><parameter>y_resolution</parameter></methodparam>
<methodparam><type>float</type><parameter>resolution_x</parameter></methodparam>
<methodparam><type>float</type><parameter>resolution_y</parameter></methodparam>
</methodsynopsis>
<para>
Définie la résolution.
Expand All @@ -26,15 +25,15 @@
&reftitle.parameters;
<variablelist>
<varlistentry>
<term><parameter>x_resolution</parameter></term>
<term><parameter>resolution_x</parameter></term>
<listitem>
<para>

</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y_resolution</parameter></term>
<term><parameter>resolution_y</parameter></term>
<listitem>
<para>

Expand Down
7 changes: 3 additions & 4 deletions reference/imagick/imagickdraw/setstrokealpha.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 0f49e97eebd971ba0468bc1b7c6265fd457f60c8 Maintainer: yannick Status: ready -->
<!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->

<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.setstrokealpha">
Expand All @@ -13,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::setStrokeAlpha</methodname>
<methodparam><type>float</type><parameter>opacity</parameter></methodparam>
<methodparam><type>float</type><parameter>alpha</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
<para>
Expand All @@ -26,7 +25,7 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>opacity</parameter></term>
<term><parameter>alpha</parameter></term>
<listitem>
<para>
L'opacité
Expand Down
7 changes: 3 additions & 4 deletions reference/imagick/imagickdraw/setstrokeantialias.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 668b6fc28891062b1c96202009ccb70b7147740d Maintainer: yannick Status: ready -->
<!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->

<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.setstrokeantialias">
Expand All @@ -13,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::setStrokeAntialias</methodname>
<methodparam><type>bool</type><parameter>stroke_antialias</parameter></methodparam>
<methodparam><type>bool</type><parameter>enabled</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
<para>
Expand All @@ -28,7 +27,7 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>stroke_antialias</parameter></term>
<term><parameter>enabled</parameter></term>
<listitem>
<para>
La configuration d'utilisation de l'anti-aliasing
Expand Down
7 changes: 3 additions & 4 deletions reference/imagick/imagickdraw/setstrokecolor.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 668b6fc28891062b1c96202009ccb70b7147740d Maintainer: yannick Status: ready -->
<!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->

<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.setstrokecolor">
Expand All @@ -13,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::setStrokeColor</methodname>
<methodparam><type>ImagickPixel</type><parameter>stroke_pixel</parameter></methodparam>
<methodparam><type class="union"><type>ImagickPixel</type><type>string</type></type><parameter>color</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
<para>
Expand All @@ -26,7 +25,7 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>stroke_pixel</parameter></term>
<term><parameter>color</parameter></term>
<listitem>
<para>
La couleur du trait.
Expand Down
7 changes: 3 additions & 4 deletions reference/imagick/imagickdraw/setstrokedasharray.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 668b6fc28891062b1c96202009ccb70b7147740d Maintainer: yannick Status: ready -->
<!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->

<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.setstrokedasharray">
Expand All @@ -13,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::setStrokeDashArray</methodname>
<methodparam><type>array</type><parameter>dashArray</parameter></methodparam>
<methodparam><type class="union"><type>array</type><type>null</type></type><parameter>dashes</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
<para>
Expand All @@ -32,7 +31,7 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>dashArray</parameter></term>
<term><parameter>dashes</parameter></term>
<listitem>
<para>
Un tableau de nombre décimaux
Expand Down
7 changes: 3 additions & 4 deletions reference/imagick/imagickdraw/setstrokeopacity.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 668b6fc28891062b1c96202009ccb70b7147740d Maintainer: yannick Status: ready -->
<!-- EN-Revision: e4ec40195f0fb0f7a25e827571922dedb1c6f6ac Maintainer: yannick Status: ready -->
<!-- Reviewed: yes -->

<refentry xmlns="http://docbook.org/ns/docbook" xml:id="imagickdraw.setstrokeopacity">
Expand All @@ -13,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>ImagickDraw::setStrokeOpacity</methodname>
<methodparam><type>float</type><parameter>stroke_opacity</parameter></methodparam>
<methodparam><type>float</type><parameter>opacity</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
<para>
Expand All @@ -26,7 +25,7 @@
<para>
<variablelist>
<varlistentry>
<term><parameter>stroke_opacity</parameter></term>
<term><parameter>opacity</parameter></term>
<listitem>
<para>
L'opacité du trait. 1.0 est totalement opaque.
Expand Down
Loading