Skip to content
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
28 changes: 12 additions & 16 deletions reference/gmagick/gmagick/addimage.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<refentry xml:id="gmagick.addimage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="gmagick.addimage">
<refnamediv>
<refname>Gmagick::addimage</refname>
<refpurpose>Adds new image to Gmagick object image list</refpurpose>
Expand All @@ -14,24 +13,22 @@
<methodparam><type>Gmagick</type><parameter>source</parameter></methodparam>
</methodsynopsis>
<para>
Adds new image to Gmagick object from the current position of the source object. After the operation iterator position is moved at the end of the list.
Adds new image to Gmagick object from the current position of the source object. After the operation iterator position is moved at the end of the list.
</para>
</refsect1>

<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>source</parameter></term>
<listitem>
<para>
The source Gmagick object
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>source</parameter></term>
<listitem>
<para>
The source Gmagick object
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>

<refsect1 role="returnvalues">
Expand All @@ -48,7 +45,6 @@
</para>
</refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
28 changes: 12 additions & 16 deletions reference/gmagick/gmagick/addnoiseimage.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<refentry xml:id="gmagick.addnoiseimage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="gmagick.addnoiseimage">
<refnamediv>
<refname>Gmagick::addnoiseimage</refname>
<refpurpose>Adds random noise to the image</refpurpose>
Expand All @@ -14,24 +13,22 @@
<methodparam><type>int</type><parameter>noise_type</parameter></methodparam>
</methodsynopsis>
<para>
Adds random noise to the image.
Adds random noise to the image.
</para>
</refsect1>

<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>noise_type</parameter></term>
<listitem>
<para>
The type of the noise. Refer to this list of <link linkend="gmagick.constants.noise">noise constants</link>.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>noise_type</parameter></term>
<listitem>
<para>
The type of the noise. Refer to this list of <link linkend="gmagick.constants.noise">noise constants</link>.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>

<refsect1 role="returnvalues">
Expand All @@ -48,7 +45,6 @@
</para>
</refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
92 changes: 44 additions & 48 deletions reference/gmagick/gmagick/annotateimage.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<refentry xml:id="gmagick.annotateimage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="gmagick.annotateimage">
<refnamediv>
<refname>Gmagick::annotateimage</refname>
<refpurpose>Annotates an image with text</refpurpose>
Expand All @@ -18,56 +17,54 @@
<methodparam><type>string</type><parameter>text</parameter></methodparam>
</methodsynopsis>
<para>
Annotates an image with text.
Annotates an image with text.
</para>
</refsect1>

<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>GmagickDraw</parameter></term>
<listitem>
<para>
The <classname>GmagickDraw</classname> object that contains settings for drawing the text.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
Horizontal offset in pixels to the left of text.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
Vertical offset in pixels to the baseline of text.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>angle</parameter></term>
<listitem>
<para>
The angle at which to write the text.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>text</parameter></term>
<listitem>
<para>
The string to draw.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>GmagickDraw</parameter></term>
<listitem>
<para>
The <classname>GmagickDraw</classname> object that contains settings for drawing the text.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
Horizontal offset in pixels to the left of text.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
Vertical offset in pixels to the baseline of text.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>angle</parameter></term>
<listitem>
<para>
The angle at which to write the text.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>text</parameter></term>
<listitem>
<para>
The string to draw.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>

<refsect1 role="returnvalues">
Expand All @@ -84,7 +81,6 @@
</para>
</refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
42 changes: 19 additions & 23 deletions reference/gmagick/gmagick/blurimage.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<refentry xml:id="gmagick.blurimage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="gmagick.blurimage">
<refnamediv>
<refname>Gmagick::blurimage</refname>
<refpurpose>Adds blur filter to image</refpurpose>
Expand All @@ -22,26 +21,24 @@

<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>radius</parameter></term>
<listitem>
<para>
Blur radius
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>sigma</parameter></term>
<listitem>
<para>
Standard deviation
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>radius</parameter></term>
<listitem>
<para>
Blur radius
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>sigma</parameter></term>
<listitem>
<para>
Standard deviation
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>

<refsect1 role="returnvalues">
Expand All @@ -58,7 +55,6 @@
</para>
</refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
60 changes: 28 additions & 32 deletions reference/gmagick/gmagick/borderimage.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->

<refentry xml:id="gmagick.borderimage" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="gmagick.borderimage">
<refnamediv>
<refname>Gmagick::borderimage</refname>
<refpurpose>Surrounds the image with a border</refpurpose>
Expand All @@ -16,40 +15,38 @@
<methodparam><type>int</type><parameter>height</parameter></methodparam>
</methodsynopsis>
<para>
Surrounds the image with a border of the color defined by the bordercolor <classname>GmagickPixel</classname> object or a color string.
Surrounds the image with a border of the color defined by the bordercolor <classname>GmagickPixel</classname> object or a color string.
</para>
</refsect1>

<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>color</parameter></term>
<listitem>
<para>
<classname>GmagickPixel</classname> object or a string containing the border color.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>width</parameter></term>
<listitem>
<para>
Border width.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
Border height.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>color</parameter></term>
<listitem>
<para>
<classname>GmagickPixel</classname> object or a string containing the border color.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>width</parameter></term>
<listitem>
<para>
Border width.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
Border height.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>

<refsect1 role="returnvalues">
Expand All @@ -66,7 +63,6 @@
</para>
</refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
Loading