1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

gmagick: fix XML to get remove of useless wrapping para tags (#5120)

This commit is contained in:
Gina Peter Banyard
2026-01-16 06:43:05 +00:00
committed by GitHub
parent 66458042be
commit 1fe7296d39
111 changed files with 2157 additions and 2604 deletions

View File

@@ -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>
@@ -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">
@@ -48,7 +45,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -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>
@@ -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">
@@ -48,7 +45,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -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>
@@ -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">
@@ -84,7 +81,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -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>
@@ -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">
@@ -58,7 +55,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -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>
@@ -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">
@@ -66,7 +63,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.charcoalimage" 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.charcoalimage">
<refnamediv>
<refname>Gmagick::charcoalimage</refname>
<refpurpose>Simulates a charcoal drawing</refpurpose>
@@ -21,26 +20,24 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>radius</parameter></term>
<listitem>
<para>
The radius of the Gaussian, in pixels, not counting the center pixel.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>sigma</parameter></term>
<listitem>
<para>
The standard deviation of the Gaussian, in pixels.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>radius</parameter></term>
<listitem>
<para>
The radius of the Gaussian, in pixels, not counting the center pixel.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>sigma</parameter></term>
<listitem>
<para>
The standard deviation of the Gaussian, in pixels.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -58,7 +55,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.chopimage" 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.chopimage">
<refnamediv>
<refname>Gmagick::chopimage</refname>
<refpurpose>Removes a region of an image and trims</refpurpose>
@@ -17,48 +16,46 @@
<methodparam><type>int</type><parameter>y</parameter></methodparam>
</methodsynopsis>
<para>
Removes a region of an image and collapses the image to occupy the removed portion.
Removes a region of an image and collapses the image to occupy the removed portion.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>width</parameter></term>
<listitem>
<para>
Width of the chopped area.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
Height of the chopped area.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
X origo of the chopped area.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
Y origo of the chopped area.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>width</parameter></term>
<listitem>
<para>
Width of the chopped area.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
Height of the chopped area.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
X origo of the chopped area.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
Y origo of the chopped area.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -76,7 +73,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.commentimage" 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.commentimage">
<refnamediv>
<refname>Gmagick::commentimage</refname>
<refpurpose>Adds a comment to your image</refpurpose>
@@ -14,24 +13,22 @@
<methodparam><type>string</type><parameter>comment</parameter></methodparam>
</methodsynopsis>
<para>
Adds a comment to your image.
Adds a comment to your image.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>comment</parameter></term>
<listitem>
<para>
The comment to add.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>comment</parameter></term>
<listitem>
<para>
The comment to add.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -49,7 +46,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.compositeimage" 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.compositeimage">
<refnamediv>
<refname>Gmagick::compositeimage</refname>
<refpurpose>Composite one image onto another</refpurpose>
@@ -17,49 +16,47 @@
<methodparam><type>int</type><parameter>y</parameter></methodparam>
</methodsynopsis>
<para>
Composite one image onto another at the specified offset.
Composite one image onto another at the specified offset.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>source</parameter></term>
<listitem>
<para>
<classname>Gmagick</classname> object which holds the composite image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>COMPOSE</parameter></term>
<listitem>
<para>
Composite operator.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
The column offset of the composited image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
The row offset of the composited image.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>source</parameter></term>
<listitem>
<para>
<classname>Gmagick</classname> object which holds the composite image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>COMPOSE</parameter></term>
<listitem>
<para>
Composite operator.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
The column offset of the composited image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
The row offset of the composited image.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -77,7 +74,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.construct" 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.construct">
<refnamediv>
<refname>Gmagick::__construct</refname>
<refpurpose>The Gmagick constructor</refpurpose>
@@ -21,18 +20,16 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<para>
The path to an image to load or array of paths.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<para>
The path to an image to load or array of paths.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="errors">
@@ -43,7 +40,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.cropimage" 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.cropimage">
<refnamediv>
<refname>Gmagick::cropimage</refname>
<refpurpose>Extracts a region of the image</refpurpose>
@@ -31,47 +30,45 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<variablelist>
<varlistentry>
<term>
<parameter>width</parameter>
</term>
<listitem>
<para>
The width of the crop.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<parameter>height</parameter>
</term>
<listitem>
<para>
The height of the crop.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
The X coordinate of the cropped region's top left corner.
</para>
</listitem>
<term>
<parameter>width</parameter>
</term>
<listitem>
<para>
The width of the crop.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
The Y coordinate of the cropped region's top left corner.
</para>
</listitem>
<term>
<parameter>height</parameter>
</term>
<listitem>
<para>
The height of the crop.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
The X coordinate of the cropped region's top left corner.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
The Y coordinate of the cropped region's top left corner.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -89,7 +86,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.cropthumbnailimage" 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.cropthumbnailimage">
<refnamediv>
<refname>Gmagick::cropthumbnailimage</refname>
<refpurpose>Creates a crop thumbnail</refpurpose>
@@ -15,32 +14,30 @@
<methodparam><type>int</type><parameter>height</parameter></methodparam>
</methodsynopsis>
<para>
Creates a fixed size thumbnail by first scaling the image down and cropping a specified area from the center.
Creates a fixed size thumbnail by first scaling the image down and cropping a specified area from the center.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>width</parameter></term>
<listitem>
<para>
The width of the thumbnail.
</para>
</listitem>
</varlistentry>
<variablelist>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
The Height of the thumbnail.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<term><parameter>width</parameter></term>
<listitem>
<para>
The width of the thumbnail.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
The Height of the thumbnail.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -58,7 +55,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.cyclecolormapimage" 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.cyclecolormapimage">
<refnamediv>
<refname>Gmagick::cyclecolormapimage</refname>
<refpurpose>Displaces an image's colormap</refpurpose>
@@ -14,26 +13,24 @@
<methodparam><type>int</type><parameter>displace</parameter></methodparam>
</methodsynopsis>
<para>
Displaces an image's colormap by a given number of positions. If you cycle the colormap a number of times you can
produce a psychedelic effect.
Displaces an image's colormap by a given number of positions. If you cycle the colormap a number of times you can
produce a psychedelic effect.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>displace</parameter></term>
<listitem>
<para>
The amount to displace the colormap.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>displace</parameter></term>
<listitem>
<para>
The amount to displace the colormap.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -51,7 +48,6 @@ produce a psychedelic effect.
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.despeckleimage" 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.despeckleimage">
<refnamediv>
<refname>Gmagick::despeckleimage</refname>
<refpurpose>The despeckleimage purpose</refpurpose>
@@ -11,10 +10,10 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>Gmagick</type><methodname>Gmagick::despeckleimage</methodname>
<void />
<void/>
</methodsynopsis>
<para>
Reduces the speckle noise in an image while preserving the edges of the original image.
Reduces the speckle noise in an image while preserving the edges of the original image.
</para>
</refsect1>
@@ -39,28 +38,25 @@
<refsect1 role="examples">
&reftitle.examples;
<para>
<example>
<title><methodname>Gmagick::despeckleimage</methodname> example</title>
<programlisting role="php">
<example>
<title><methodname>Gmagick::despeckleimage</methodname> example</title>
<programlisting role="php">
<![CDATA[
<?php
/* ... */
?>
]]>
</programlisting>
&example.outputs.similar;
<screen>
</programlisting>
&example.outputs.similar;
<screen>
<![CDATA[
...
]]>
</screen>
</example>
</para>
</screen>
</example>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.drawimage" 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.drawimage">
<refnamediv>
<refname>Gmagick::drawimage</refname>
<refpurpose>Renders the GmagickDraw object on the current image</refpurpose>
@@ -22,18 +21,16 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>GmagickDraw</parameter></term>
<listitem>
<para>
The drawing operations to render on the image.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>GmagickDraw</parameter></term>
<listitem>
<para>
The drawing operations to render on the image.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -51,7 +48,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.edgeimage" 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.edgeimage">
<refnamediv>
<refname>Gmagick::edgeimage</refname>
<refpurpose>Enhance edges within the image</refpurpose>
@@ -14,7 +13,7 @@
<methodparam><type>float</type><parameter>radius</parameter></methodparam>
</methodsynopsis>
<para>
Enhance edges within the image with a convolution filter of the given radius. Use radius 0 and it will be auto-selected.
Enhance edges within the image with a convolution filter of the given radius. Use radius 0 and it will be auto-selected.
</para>
@@ -22,18 +21,16 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>radius</parameter></term>
<listitem>
<para>
The radius of the operation.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>radius</parameter></term>
<listitem>
<para>
The radius of the operation.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -51,7 +48,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.embossimage" 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.embossimage">
<refnamediv>
<refname>Gmagick::embossimage</refname>
<refpurpose>Returns a grayscale image with a three-dimensional effect</refpurpose>
@@ -15,7 +14,7 @@
<methodparam><type>float</type><parameter>sigma</parameter></methodparam>
</methodsynopsis>
<para>
Returns a grayscale image with a three-dimensional effect. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and it will choose a suitable radius for you.
Returns a grayscale image with a three-dimensional effect. We convolve the image with a Gaussian operator of the given radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma. Use a radius of 0 and it will choose a suitable radius for you.
</para>
@@ -23,26 +22,24 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>radius</parameter></term>
<listitem>
<para>
The radius of the effect.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>sigma</parameter></term>
<listitem>
<para>
The sigma of the effect.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>radius</parameter></term>
<listitem>
<para>
The radius of the effect.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>sigma</parameter></term>
<listitem>
<para>
The sigma of the effect.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -60,7 +57,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.frameimage" 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.frameimage">
<refnamediv>
<refname>Gmagick::frameimage</refname>
<refpurpose>Adds a simulated three-dimensional border</refpurpose>
@@ -25,50 +24,48 @@ Adds a simulated three-dimensional border around the image. The width and height
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>color</parameter></term>
<listitem>
<para>
<classname>GmagickPixel</classname> object or a float representing the matte color.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>width</parameter></term>
<listitem>
<para>
The width of the border.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
The height of the border.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>inner_bevel</parameter></term>
<listitem>
<para>
The inner bevel width.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>outer_bevel</parameter></term>
<listitem>
<para>
The outer bevel width.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>color</parameter></term>
<listitem>
<para>
<classname>GmagickPixel</classname> object or a float representing the matte color.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>width</parameter></term>
<listitem>
<para>
The width of the border.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
The height of the border.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>inner_bevel</parameter></term>
<listitem>
<para>
The inner bevel width.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>outer_bevel</parameter></term>
<listitem>
<para>
The outer bevel width.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -86,7 +83,6 @@ Adds a simulated three-dimensional border around the image. The width and height
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.gammaimage" 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.gammaimage">
<refnamediv>
<refname>Gmagick::gammaimage</refname>
<refpurpose>Gamma-corrects an image</refpurpose>
@@ -14,25 +13,23 @@
<methodparam><type>float</type><parameter>gamma</parameter></methodparam>
</methodsynopsis>
<para>
Gamma-corrects an image. The same image viewed on different devices will have perceptual differences in the way the image's intensities are represented on the screen. Specify individual gamma levels for the red, green, and blue channels, or adjust all three with the gamma parameter. Values typically range from 0.8 to 2.3.
Gamma-corrects an image. The same image viewed on different devices will have perceptual differences in the way the image's intensities are represented on the screen. Specify individual gamma levels for the red, green, and blue channels, or adjust all three with the gamma parameter. Values typically range from 0.8 to 2.3.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>gamma</parameter></term>
<listitem>
<para>
The amount of gamma-correction.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>gamma</parameter></term>
<listitem>
<para>
The amount of gamma-correction.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -50,7 +47,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.getimageblueprimary" 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.getimageblueprimary">
<refnamediv>
<refname>Gmagick::getimageblueprimary</refname>
<refpurpose>Returns the chromaticy blue primary point</refpurpose>
@@ -11,10 +10,10 @@
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>array</type><methodname>Gmagick::getimageblueprimary</methodname>
<void />
<void/>
</methodsynopsis>
<para>
Returns the chromaticity blue primary point for the image.
Returns the chromaticity blue primary point for the image.
</para>
@@ -22,26 +21,24 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
The chromaticity blue primary x-point.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
The chromaticity blue primary y-point.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
The chromaticity blue primary x-point.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
The chromaticity blue primary y-point.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -59,7 +56,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.implodeimage" 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.implodeimage">
<refnamediv>
<refname>Gmagick::implodeimage</refname>
<refpurpose>Creates a new image as a copy</refpurpose>
@@ -14,24 +13,22 @@
<methodparam><type>float</type><parameter>radius</parameter></methodparam>
</methodsynopsis>
<para>
Creates a new image that is a copy of an existing one with the image pixels "imploded" by the specified percentage.
Creates a new image that is a copy of an existing one with the image pixels "imploded" by the specified percentage.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>radius</parameter></term>
<listitem>
<para>
The radius of the implode.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>radius</parameter></term>
<listitem>
<para>
The radius of the implode.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -48,7 +45,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.labelimage" 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.labelimage">
<refnamediv>
<refname>Gmagick::labelimage</refname>
<refpurpose>Adds a label to an image</refpurpose>
@@ -14,27 +13,25 @@
<methodparam><type>string</type><parameter>label</parameter></methodparam>
</methodsynopsis>
<para>
Adds a label to an image.
Adds a label to an image.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>label</parameter></term>
<listitem>
<para>
The label to add
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>label</parameter></term>
<listitem>
<para>
The label to add
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -51,7 +48,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.levelimage" 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.levelimage">
<refnamediv>
<refname>Gmagick::levelimage</refname>
<refpurpose>Adjusts the levels of an image</refpurpose>
@@ -18,55 +17,52 @@
</methodsynopsis>
<para>
Adjusts the levels of an image by scaling the colors falling between specified white and black
points to the full available quantum range. The parameters provided represent the black, mid, and
points to the full available quantum range. The parameters provided represent the black, mid, and
white points. The black point specifies the darkest color in the image. Colors darker than the black
point are set to zero. Mid point specifies a gamma correction to apply to the image. White point
specifies the lightest color in the image. Colors brighter than the white point are set to the
maximum quantum value.
maximum quantum value.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>blackPoint</parameter></term>
<listitem>
<para>
The image black point.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>gamma</parameter></term>
<listitem>
<para>
The gamma value.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>whitePoint</parameter></term>
<listitem>
<para>
The image white point.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>channel</parameter></term>
<listitem>
<para>
Provide any channel constant that is valid for your channel mode.
<variablelist>
<varlistentry>
<term><parameter>blackPoint</parameter></term>
<listitem>
<para>
The image black point.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>gamma</parameter></term>
<listitem>
<para>
The gamma value.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>whitePoint</parameter></term>
<listitem>
<para>
The image white point.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>channel</parameter></term>
<listitem>
<para>
Provide any channel constant that is valid for your channel mode.
To apply to more than one channel, combine channeltype constants using bitwise
operators. Refer to this list of <link
linkend="gmagick.constants.channel">channel constants</link>.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
operators. Refer to this list of <link linkend="gmagick.constants.channel">channel constants</link>.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -82,7 +78,6 @@ To apply to more than one channel, combine channeltype constants using bitwise
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.mapimage" 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.mapimage">
<refnamediv>
<refname>Gmagick::mapimage</refname>
<refpurpose>Replaces the colors of an image with the closest color from a reference image</refpurpose>
@@ -21,26 +20,24 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>gmagick</parameter></term>
<listitem>
<para>
The reference image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>dither</parameter></term>
<listitem>
<para>
Set this integer value to something other than zero to dither the mapped image.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>gmagick</parameter></term>
<listitem>
<para>
The reference image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>dither</parameter></term>
<listitem>
<para>
Set this integer value to something other than zero to dither the mapped image.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -56,7 +53,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.medianfilterimage" 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.medianfilterimage">
<refnamediv>
<refname>Gmagick::medianfilterimage</refname>
<refpurpose>Applies a digital filter</refpurpose>
@@ -14,24 +13,22 @@
<methodparam><type>float</type><parameter>radius</parameter></methodparam>
</methodsynopsis>
<para>
Applies a digital filter that improves the quality of a noisy image. Each pixel is replaced by the median in a set of neighboring pixels as defined by radius.
Applies a digital filter that improves the quality of a noisy image. Each pixel is replaced by the median in a set of neighboring pixels as defined by radius.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>radius</parameter></term>
<listitem>
<para>
The radius of the pixel neighborhood.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>radius</parameter></term>
<listitem>
<para>
The radius of the pixel neighborhood.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -49,7 +46,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.modulateimage" 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.modulateimage">
<refnamediv>
<refname>Gmagick::modulateimage</refname>
<refpurpose>Control the brightness, saturation, and hue</refpurpose>
@@ -16,46 +15,44 @@
<methodparam><type>float</type><parameter>hue</parameter></methodparam>
</methodsynopsis>
<para>
Lets you control the brightness, saturation, and hue of an image. Hue is the
percentage of absolute rotation from the current position. For example 50 results
Lets you control the brightness, saturation, and hue of an image. Hue is the
percentage of absolute rotation from the current position. For example 50 results
in a counter-clockwise rotation of 90 degrees, 150 results in a clockwise rotation
of 90 degrees, with 0 and 200 both resulting in a rotation of 180 degrees.
of 90 degrees, with 0 and 200 both resulting in a rotation of 180 degrees.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>brightness</parameter></term>
<listitem>
<para>
The percent change in brighness (-100 thru +100).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>saturation</parameter></term>
<listitem>
<para>
The percent change in saturation (-100 thru +100)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>hue</parameter></term>
<listitem>
<para>
The percent change in hue (-100 thru +100)
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>brightness</parameter></term>
<listitem>
<para>
The percent change in brighness (-100 thru +100).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>saturation</parameter></term>
<listitem>
<para>
The percent change in saturation (-100 thru +100)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>hue</parameter></term>
<listitem>
<para>
The percent change in hue (-100 thru +100)
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -73,7 +70,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.motionblurimage" 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.motionblurimage">
<refnamediv>
<refname>Gmagick::motionblurimage</refname>
<refpurpose>Simulates motion blur</refpurpose>
@@ -16,44 +15,42 @@
<methodparam><type>float</type><parameter>angle</parameter></methodparam>
</methodsynopsis>
<para>
Simulates motion blur. We convolve the image with a Gaussian operator of the
Simulates motion blur. We convolve the image with a Gaussian operator of the
given radius and standard deviation (sigma). For reasonable results, radius should be
larger than sigma. Use a radius of 0 and <methodname>Gmagick::motionblurimage</methodname> selects a suitable radius
for you. Angle gives the angle of the blurring motion.
for you. Angle gives the angle of the blurring motion.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>radius</parameter></term>
<listitem>
<para>
The radius of the Gaussian, in pixels, not counting the center pixel.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>sigma</parameter></term>
<listitem>
<para>
The standard deviation of the Gaussian, in pixels.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>angle</parameter></term>
<listitem>
<para>
Apply the effect along this angle.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>radius</parameter></term>
<listitem>
<para>
The radius of the Gaussian, in pixels, not counting the center pixel.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>sigma</parameter></term>
<listitem>
<para>
The standard deviation of the Gaussian, in pixels.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>angle</parameter></term>
<listitem>
<para>
Apply the effect along this angle.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -69,7 +66,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.newimage" 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.newimage">
<refnamediv>
<refname>Gmagick::newimage</refname>
<refpurpose>Creates a new image</refpurpose>
@@ -14,7 +13,7 @@
<methodparam><type>int</type><parameter>width</parameter></methodparam>
<methodparam><type>int</type><parameter>height</parameter></methodparam>
<methodparam><type>string</type><parameter>background</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>format</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>format</parameter></methodparam>
</methodsynopsis>
<para>
Creates a new image with the specified background color.
@@ -23,42 +22,40 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>width</parameter></term>
<listitem>
<para>
Width of the new image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
Height of the new image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>background</parameter></term>
<listitem>
<para>
The background color used for this image (as float).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>format</parameter></term>
<listitem>
<para>
Image format.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>width</parameter></term>
<listitem>
<para>
Width of the new image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
Height of the new image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>background</parameter></term>
<listitem>
<para>
The background color used for this image (as float).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>format</parameter></term>
<listitem>
<para>
Image format.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -76,7 +73,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.normalizeimage" 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.normalizeimage">
<refnamediv>
<refname>Gmagick::normalizeimage</refname>
<refpurpose>Enhances the contrast of a color image</refpurpose>
@@ -14,25 +13,23 @@
<methodparam choice="opt"><type>int</type><parameter>channel</parameter></methodparam>
</methodsynopsis>
<para>
Enhances the contrast of a color image by adjusting the pixels color to span the entire range of colors available.
Enhances the contrast of a color image by adjusting the pixels color to span the entire range of colors available.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>channel</parameter></term>
<listitem>
<para>
Identify which channel to normalize.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>channel</parameter></term>
<listitem>
<para>
Identify which channel to normalize.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -50,7 +47,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.oilpaintimage" 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.oilpaintimage">
<refnamediv>
<refname>Gmagick::oilpaintimage</refname>
<refpurpose>Simulates an oil painting</refpurpose>
@@ -17,29 +16,27 @@
</methodparam>
</methodsynopsis>
<para>
Applies a special effect filter that simulates an oil painting. Each pixel is replaced by the most frequent color occurring in a circular region defined by radius.
Applies a special effect filter that simulates an oil painting. Each pixel is replaced by the most frequent color occurring in a circular region defined by radius.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term>
<parameter>radius</parameter>
</term>
<listitem>
<para>
The radius of the circular neighborhood.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term>
<parameter>radius</parameter>
</term>
<listitem>
<para>
The radius of the circular neighborhood.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -56,7 +53,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.profileimage" 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.profileimage">
<refnamediv>
<refname>Gmagick::profileimage</refname>
<refpurpose>Adds or removes a profile from an image</refpurpose>
@@ -16,33 +15,31 @@
</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 <literal>*</literal> and a profile of &null; to remove all profiles from the image.
Use a name of <literal>*</literal> and a profile of &null; to remove all profiles from the image.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>name</parameter></term>
<listitem>
<para>
Name of profile to add or remove: ICC, IPTC, or generic profile.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>profile</parameter></term>
<listitem>
<para>
The profile.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>name</parameter></term>
<listitem>
<para>
Name of profile to add or remove: ICC, IPTC, or generic profile.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>profile</parameter></term>
<listitem>
<para>
The profile.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -60,7 +57,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.quantizeimage" 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.quantizeimage">
<refnamediv>
<refname>Gmagick::quantizeimage</refname>
<refpurpose>Analyzes the colors within a reference image</refpurpose>
@@ -19,65 +18,63 @@
</methodsynopsis>
<para>
Analyzes the colors within a reference image and chooses a fixed number of
colors to represent the image. The goal of the algorithm is to minimize the
colors to represent the image. The goal of the algorithm is to minimize the
color difference between the input and output image while minimizing the processing time.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>numColors</parameter></term>
<listitem>
<para>
The number of colors.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>colorspace</parameter></term>
<listitem>
<para>
Perform color reduction in this colorspace, typically RGBColorspace.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>treeDepth</parameter></term>
<listitem>
<para>
Normally, this integer value is zero or one. A zero or one tells Quantize
to choose a optimal tree depth of Log4(number_colors).% A tree of this depth generally
<variablelist>
<varlistentry>
<term><parameter>numColors</parameter></term>
<listitem>
<para>
The number of colors.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>colorspace</parameter></term>
<listitem>
<para>
Perform color reduction in this colorspace, typically RGBColorspace.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>treeDepth</parameter></term>
<listitem>
<para>
Normally, this integer value is zero or one. A zero or one tells Quantize
to choose a optimal tree depth of Log4(number_colors).% A tree of this depth generally
allows the best representation of the reference image with the least amount of memory
and the fastest computational speed. In some cases, such as an image with low color
dispersion (a few number of colors), a value other than Log4(number_colors) is required.
and the fastest computational speed. In some cases, such as an image with low color
dispersion (a few number of colors), a value other than Log4(number_colors) is required.
To expand the color tree completely, use a value of 8.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>dither</parameter></term>
<listitem>
<para>
A value other than zero distributes the difference between an original image and the corresponding color reduced algorithm to neighboring pixels along a Hilbert curve.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>measureError</parameter></term>
<listitem>
<para>
A value other than zero measures the difference between the original and quantized images. This difference is the total quantization error. The error is computed by summing over all pixels in an image the distance squared in RGB space between each reference pixel value and its quantized value.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>dither</parameter></term>
<listitem>
<para>
A value other than zero distributes the difference between an original image and the corresponding color reduced algorithm to neighboring pixels along a Hilbert curve.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>measureError</parameter></term>
<listitem>
<para>
A value other than zero measures the difference between the original and quantized images. This difference is the total quantization error. The error is computed by summing over all pixels in an image the distance squared in RGB space between each reference pixel value and its quantized value.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -94,7 +91,6 @@ To expand the color tree completely, use a value of 8.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.quantizeimages" 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.quantizeimages">
<refnamediv>
<refname>Gmagick::quantizeimages</refname>
<refpurpose>The quantizeimages purpose</refpurpose>
@@ -18,66 +17,64 @@
<methodparam><type>bool</type><parameter>measureError</parameter></methodparam>
</methodsynopsis>
<para>
Analyzes the colors within a sequence of images and chooses a fixed number of
colors to represent the image. The goal of the algorithm is to minimize the
Analyzes the colors within a sequence of images and chooses a fixed number of
colors to represent the image. The goal of the algorithm is to minimize the
color difference between the input and output image while minimizing the processing time.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>numColors</parameter></term>
<listitem>
<para>
The number of colors.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>colorspace</parameter></term>
<listitem>
<para>
Perform color reduction in this colorspace, typically RGBColorspace.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>treeDepth</parameter></term>
<listitem>
<para>
Normally, this integer value is zero or one. A zero or one tells Quantize
to choose a optimal tree depth of Log4(number_colors).% A tree of this depth generally
<variablelist>
<varlistentry>
<term><parameter>numColors</parameter></term>
<listitem>
<para>
The number of colors.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>colorspace</parameter></term>
<listitem>
<para>
Perform color reduction in this colorspace, typically RGBColorspace.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>treeDepth</parameter></term>
<listitem>
<para>
Normally, this integer value is zero or one. A zero or one tells Quantize
to choose a optimal tree depth of Log4(number_colors).% A tree of this depth generally
allows the best representation of the reference image with the least amount of memory
and the fastest computational speed. In some cases, such as an image with low color
dispersion (a few number of colors), a value other than Log4(number_colors) is required.
and the fastest computational speed. In some cases, such as an image with low color
dispersion (a few number of colors), a value other than Log4(number_colors) is required.
To expand the color tree completely, use a value of 8.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>dither</parameter></term>
<listitem>
<para>
A value other than zero distributes the difference between an original image and the corresponding color reduced algorithm to neighboring pixels along a Hilbert curve.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>measureError</parameter></term>
<listitem>
<para>
A value other than zero measures the difference between the original and quantized images. This difference is the total quantization error. The error is computed by summing over all pixels in an image the distance squared in RGB space between each reference pixel value and its quantized value.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>dither</parameter></term>
<listitem>
<para>
A value other than zero distributes the difference between an original image and the corresponding color reduced algorithm to neighboring pixels along a Hilbert curve.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>measureError</parameter></term>
<listitem>
<para>
A value other than zero measures the difference between the original and quantized images. This difference is the total quantization error. The error is computed by summing over all pixels in an image the distance squared in RGB space between each reference pixel value and its quantized value.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -94,7 +91,6 @@ To expand the color tree completely, use a value of 8.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.queryformats" 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.queryformats">
<refnamediv>
<refname>Gmagick::queryformats</refname>
<refpurpose>Returns formats supported by Gmagick</refpurpose>
@@ -20,18 +19,16 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>pattern</parameter></term>
<listitem>
<para>
Specifies a <type>string</type> containing a pattern.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>pattern</parameter></term>
<listitem>
<para>
Specifies a <type>string</type> containing a pattern.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -48,7 +45,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.radialblurimage" 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.radialblurimage">
<refnamediv>
<refname>Gmagick::radialblurimage</refname>
<refpurpose>Radial blurs an image</refpurpose>
@@ -21,26 +20,24 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>angle</parameter></term>
<listitem>
<para>
The angle of the blur in degrees.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>channel</parameter></term>
<listitem>
<para>
Related channel.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>angle</parameter></term>
<listitem>
<para>
The angle of the blur in degrees.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>channel</parameter></term>
<listitem>
<para>
Related channel.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -56,7 +53,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.raiseimage" 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.raiseimage">
<refnamediv>
<refname>Gmagick::raiseimage</refname>
<refpurpose>Creates a simulated 3d button-like effect</refpurpose>
@@ -18,57 +17,55 @@
<methodparam><type>bool</type><parameter>raise</parameter></methodparam>
</methodsynopsis>
<para>
Creates a simulated three-dimensional button-like effect by lightening and darkening the edges of the image. Members width and height of raise_info define the width of the vertical and horizontal edge of the effect.
Creates a simulated three-dimensional button-like effect by lightening and darkening the edges of the image. Members width and height of raise_info define the width of the vertical and horizontal edge of the effect.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>width</parameter></term>
<listitem>
<para>
Width of the area to raise.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
Height of the area to raise.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
X coordinate.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
Y coordinate.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>raise</parameter></term>
<listitem>
<para>
A value other than zero creates a 3-D raise effect, otherwise it has a lowered effect.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>width</parameter></term>
<listitem>
<para>
Width of the area to raise.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
Height of the area to raise.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
X coordinate.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
Y coordinate.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>raise</parameter></term>
<listitem>
<para>
A value other than zero creates a 3-D raise effect, otherwise it has a lowered effect.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -86,7 +83,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.read" 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.read">
<refnamediv>
<refname>Gmagick::read</refname>
<refpurpose>Reads image from filename</refpurpose>
@@ -21,18 +20,16 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<para>
The image filename.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<para>
The image filename.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -50,7 +47,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.readimage" 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.readimage">
<refnamediv>
<refname>Gmagick::readimage</refname>
<refpurpose>Reads image from filename</refpurpose>
@@ -20,18 +19,16 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<para>
The image filename.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<para>
The image filename.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -49,7 +46,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.readimageblob" 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.readimageblob">
<refnamediv>
<refname>Gmagick::readimageblob</refname>
<refpurpose>Reads image from a binary string</refpurpose>
@@ -21,26 +20,24 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>imageContents</parameter></term>
<listitem>
<para>
Content of image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<para>
The image filename.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>imageContents</parameter></term>
<listitem>
<para>
Content of image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<para>
The image filename.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -58,7 +55,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.readimagefile" 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.readimagefile">
<refnamediv>
<refname>Gmagick::readimagefile</refname>
<refpurpose>The readimagefile purpose</refpurpose>
@@ -21,18 +20,16 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>fp</parameter></term>
<listitem>
<para>
The file descriptor.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>fp</parameter></term>
<listitem>
<para>
The file descriptor.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -50,7 +47,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.reducenoiseimage" 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.reducenoiseimage">
<refnamediv>
<refname>Gmagick::reducenoiseimage</refname>
<refpurpose>Smooths the contours of an image</refpurpose>
@@ -14,26 +13,24 @@
<methodparam><type>float</type><parameter>radius</parameter></methodparam>
</methodsynopsis>
<para>
Smooths the contours of an image while still preserving edge information. The algorithm works by replacing each pixel with its neighbor closest in value. A neighbor is defined by radius.
Use a radius of 0 and <methodname>Gmagick::reducenoiseimage</methodname> selects a suitable radius for you.
Smooths the contours of an image while still preserving edge information. The algorithm works by replacing each pixel with its neighbor closest in value. A neighbor is defined by radius.
Use a radius of 0 and <methodname>Gmagick::reducenoiseimage</methodname> selects a suitable radius for you.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>radius</parameter></term>
<listitem>
<para>
The radius of the pixel neighborhood.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>radius</parameter></term>
<listitem>
<para>
The radius of the pixel neighborhood.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -51,7 +48,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.removeimageprofile" 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.removeimageprofile">
<refnamediv>
<refname>Gmagick::removeimageprofile</refname>
<refpurpose>Removes the named image profile and returns it</refpurpose>
@@ -14,27 +13,25 @@
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Removes the named image profile and returns it.
Removes the named image profile and returns it.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>name</parameter></term>
<listitem>
<para>
Name of profile to return: ICC, IPTC, or generic profile.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>name</parameter></term>
<listitem>
<para>
Name of profile to return: ICC, IPTC, or generic profile.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -52,7 +49,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.resampleimage" 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.resampleimage">
<refnamediv>
<refname>Gmagick::resampleimage</refname>
<refpurpose>Resample image to desired resolution</refpurpose>
@@ -17,51 +16,49 @@
<methodparam><type>float</type><parameter>blur</parameter></methodparam>
</methodsynopsis>
<para>
Resample image to desired resolution.
Resample image to desired resolution.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>xResolution</parameter></term>
<listitem>
<para>
The new image x resolution.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>yResolution</parameter></term>
<listitem>
<para>
The new image y resolution.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>filter</parameter></term>
<listitem>
<para>
Image filter to use.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>blur</parameter></term>
<listitem>
<para>
The blur factor where larger than 1 is blurry, smaller than 1 is sharp.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>xResolution</parameter></term>
<listitem>
<para>
The new image x resolution.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>yResolution</parameter></term>
<listitem>
<para>
The new image y resolution.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>filter</parameter></term>
<listitem>
<para>
Image filter to use.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>blur</parameter></term>
<listitem>
<para>
The blur factor where larger than 1 is blurry, smaller than 1 is sharp.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -79,7 +76,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.resizeimage" 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.resizeimage">
<refnamediv>
<refname>Gmagick::resizeimage</refname>
<refpurpose>Scales an image</refpurpose>
@@ -18,49 +17,47 @@
<methodparam choice="opt"><type>bool</type><parameter>fit</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
<para>
Scales an image to the desired dimensions with a filter.
Scales an image to the desired dimensions with a filter.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>width</parameter></term>
<listitem>
<para>
The number of columns in the scaled image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
The number of rows in the scaled image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>filter</parameter></term>
<listitem>
<para>
Image filter to use.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>blur</parameter></term>
<listitem>
<para>
The blur factor where larger than 1 is blurry, lesser than 1 is sharp.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>width</parameter></term>
<listitem>
<para>
The number of columns in the scaled image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
The number of rows in the scaled image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>filter</parameter></term>
<listitem>
<para>
Image filter to use.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>blur</parameter></term>
<listitem>
<para>
The blur factor where larger than 1 is blurry, lesser than 1 is sharp.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -78,7 +75,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.rollimage" 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.rollimage">
<refnamediv>
<refname>Gmagick::rollimage</refname>
<refpurpose>Offsets an image</refpurpose>
@@ -15,35 +14,33 @@
<methodparam><type>int</type><parameter>y</parameter></methodparam>
</methodsynopsis>
<para>
Offsets an image as defined by x and y.
Offsets an image as defined by x and y.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
The x offset.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
The y offset.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
The x offset.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
The y offset.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -61,7 +58,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.rotateimage" 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.rotateimage">
<refnamediv>
<refname>Gmagick::rotateimage</refname>
<refpurpose>Rotates an image</refpurpose>
@@ -15,35 +14,33 @@
<methodparam><type>float</type><parameter>degrees</parameter></methodparam>
</methodsynopsis>
<para>
Rotates an image the specified number of degrees. Empty triangles left over from rotating the image are filled with the background color.
Rotates an image the specified number of degrees. Empty triangles left over from rotating the image are filled with the background color.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>color</parameter></term>
<listitem>
<para>
The background pixel.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>degrees</parameter></term>
<listitem>
<para>
The number of degrees to rotate the image.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>color</parameter></term>
<listitem>
<para>
The background pixel.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>degrees</parameter></term>
<listitem>
<para>
The number of degrees to rotate the image.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -61,7 +58,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.scaleimage" 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.scaleimage">
<refnamediv>
<refname>Gmagick::scaleimage</refname>
<refpurpose>Scales the size of an image</refpurpose>
@@ -16,32 +15,30 @@
<methodparam choice="opt"><type>bool</type><parameter>fit</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
<para>
Scales the size of an image to the given dimensions. The other parameter will be calculated if 0 is passed as either param.
Scales the size of an image to the given dimensions. The other parameter will be calculated if 0 is passed as either param.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>width</parameter></term>
<listitem>
<para>
The number of columns in the scaled image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
The number of rows in the scaled image.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>width</parameter></term>
<listitem>
<para>
The number of columns in the scaled image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
The number of rows in the scaled image.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -57,7 +54,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.separateimagechannel" 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.separateimagechannel">
<refnamediv>
<refname>Gmagick::separateimagechannel</refname>
<refpurpose>Separates a channel from the image</refpurpose>
@@ -14,25 +13,23 @@
<methodparam><type>int</type><parameter>channel</parameter></methodparam>
</methodsynopsis>
<para>
Separates a channel from the image and returns a grayscale image. A channel is a particular color component of each pixel in the image.
Separates a channel from the image and returns a grayscale image. A channel is a particular color component of each pixel in the image.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>channel</parameter></term>
<listitem>
<para>
One of the <link linkend="gmagick.constants.channel">Channel</link> constant
(<literal>Gmagick::CHANNEL_*</literal>).
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>channel</parameter></term>
<listitem>
<para>
One of the <link linkend="gmagick.constants.channel">Channel</link> constant
(<literal>Gmagick::CHANNEL_*</literal>).
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -49,7 +46,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setcompressionquality" 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.setcompressionquality">
<refnamediv>
<refname>Gmagick::setCompressionQuality</refname>
<refpurpose>Sets the object's default compression quality</refpurpose>
@@ -22,18 +21,16 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>quality</parameter></term>
<listitem>
<para>
The GraphicsMagick default value is 75.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>quality</parameter></term>
<listitem>
<para>
The GraphicsMagick default value is 75.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
@@ -80,24 +77,21 @@
<refsect1 role="examples">
&reftitle.examples;
<para>
<example>
<title> <function>Gmagick::setCompressionQuality</function></title>
<programlisting role="php">
<![CDATA[
<example>
<title> <function>Gmagick::setCompressionQuality</function></title>
<programlisting role="php">
<![CDATA[
<?php
$gm = new Gmagick();
$gm->read("magick:rose");
$gm->setCompressionQuality(2);
?>
]]>
</programlisting>
</example>
</para>
</programlisting>
</example>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setfilename" 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.setfilename">
<refnamediv>
<refname>Gmagick::setfilename</refname>
<refpurpose>Sets the filename before you read or write the image</refpurpose>
@@ -14,25 +13,23 @@
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Sets the filename before you read or write an image file.
Sets the filename before you read or write an image file.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<para>
The image filename.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<para>
The image filename.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -48,7 +45,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimagebackgroundcolor" 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.setimagebackgroundcolor">
<refnamediv>
<refname>Gmagick::setimagebackgroundcolor</refname>
<refpurpose>Sets the image background color</refpurpose>
@@ -14,25 +13,23 @@
<methodparam><type>GmagickPixel</type><parameter>color</parameter></methodparam>
</methodsynopsis>
<para>
Sets the image background color.
Sets the image background color.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>color</parameter></term>
<listitem>
<para>
The background pixel wand.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>color</parameter></term>
<listitem>
<para>
The background pixel wand.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -49,7 +46,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimageblueprimary" 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.setimageblueprimary">
<refnamediv>
<refname>Gmagick::setimageblueprimary</refname>
<refpurpose>Sets the image chromaticity blue primary point</refpurpose>
@@ -15,33 +14,31 @@
<methodparam><type>float</type><parameter>y</parameter></methodparam>
</methodsynopsis>
<para>
Sets the image chromaticity blue primary point.
Sets the image chromaticity blue primary point.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
The blue primary x-point.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
The blue primary y-point.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
The blue primary x-point.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
The blue primary y-point.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -59,7 +56,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimagebordercolor" 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.setimagebordercolor">
<refnamediv>
<refname>Gmagick::setimagebordercolor</refname>
<refpurpose>Sets the image border color</refpurpose>
@@ -21,18 +20,16 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>color</parameter></term>
<listitem>
<para>
The border pixel wand.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>color</parameter></term>
<listitem>
<para>
The border pixel wand.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -50,7 +47,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimagechanneldepth" 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.setimagechanneldepth">
<refnamediv>
<refname>Gmagick::setimagechanneldepth</refname>
<refpurpose>Sets the depth of a particular image channel</refpurpose>
@@ -15,34 +14,32 @@
<methodparam><type>int</type><parameter>depth</parameter></methodparam>
</methodsynopsis>
<para>
Sets the depth of a particular image channel.
Sets the depth of a particular image channel.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>channel</parameter></term>
<listitem>
<para>
One of the <link linkend="gmagick.constants.channel">Channel</link> constant
(<literal>Gmagick::CHANNEL_*</literal>).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>depth</parameter></term>
<listitem>
<para>
The image depth in bits.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>channel</parameter></term>
<listitem>
<para>
One of the <link linkend="gmagick.constants.channel">Channel</link> constant
(<literal>Gmagick::CHANNEL_*</literal>).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>depth</parameter></term>
<listitem>
<para>
The image depth in bits.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -60,7 +57,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimagecolorspace" 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.setimagecolorspace">
<refnamediv>
<refname>Gmagick::setimagecolorspace</refname>
<refpurpose>Sets the image colorspace</refpurpose>
@@ -14,26 +13,24 @@
<methodparam><type>int</type><parameter>colorspace</parameter></methodparam>
</methodsynopsis>
<para>
Sets the image colorspace.
Sets the image colorspace.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>colorspace</parameter></term>
<listitem>
<para>
One of the <link linkend="gmagick.constants.colorspace">Colorspace</link> constant
(<literal>Gmagick::COLORSPACE_*</literal>).
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>colorspace</parameter></term>
<listitem>
<para>
One of the <link linkend="gmagick.constants.colorspace">Colorspace</link> constant
(<literal>Gmagick::COLORSPACE_*</literal>).
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -51,7 +48,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimagecompose" 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.setimagecompose">
<refnamediv>
<refname>Gmagick::setimagecompose</refname>
<refpurpose>Sets the image composite operator</refpurpose>
@@ -17,24 +16,22 @@
Sets the image composite operator.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>composite</parameter></term>
<listitem>
<para>
The image composite operator.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>composite</parameter></term>
<listitem>
<para>
The image composite operator.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -52,7 +49,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimagedelay" 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.setimagedelay">
<refnamediv>
<refname>Gmagick::setimagedelay</refname>
<refpurpose>Sets the image delay</refpurpose>
@@ -20,18 +19,16 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>delay</parameter></term>
<listitem>
<para>
The image delay in 1/100th of a second.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>delay</parameter></term>
<listitem>
<para>
The image delay in 1/100th of a second.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -49,7 +46,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimagedepth" 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.setimagedepth">
<refnamediv>
<refname>Gmagick::setimagedepth</refname>
<refpurpose>Sets the image depth</refpurpose>
@@ -20,18 +19,16 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>depth</parameter></term>
<listitem>
<para>
The image depth in bits: 8, 16, or 32.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>depth</parameter></term>
<listitem>
<para>
The image depth in bits: 8, 16, or 32.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -49,7 +46,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimagedispose" 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.setimagedispose">
<refnamediv>
<refname>Gmagick::setimagedispose</refname>
<refpurpose>Sets the image disposal method</refpurpose>
@@ -14,25 +13,23 @@
<methodparam><type>int</type><parameter>disposeType</parameter></methodparam>
</methodsynopsis>
<para>
Sets the image disposal method.
Sets the image disposal method.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>disposeType</parameter></term>
<listitem>
<para>
The image disposal type.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>disposeType</parameter></term>
<listitem>
<para>
The image disposal type.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -49,7 +46,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimagefilename" 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.setimagefilename">
<refnamediv>
<refname>Gmagick::setimagefilename</refname>
<refpurpose>Sets the filename of a particular image in a sequence</refpurpose>
@@ -14,25 +13,23 @@
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Sets the filename of a particular image in a sequence.
Sets the filename of a particular image in a sequence.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<para>
The image filename.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<para>
The image filename.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -49,7 +46,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimageformat" 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.setimageformat">
<refnamediv>
<refname>Gmagick::setimageformat</refname>
<refpurpose>Sets the format of a particular image</refpurpose>
@@ -14,24 +13,22 @@
<methodparam><type>string</type><parameter>imageFormat</parameter></methodparam>
</methodsynopsis>
<para>
Sets the format of a particular image in a sequence.
Sets the format of a particular image in a sequence.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>imageFormat</parameter></term>
<listitem>
<para>
The image format.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>imageFormat</parameter></term>
<listitem>
<para>
The image format.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -48,7 +45,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimagegamma" 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.setimagegamma">
<refnamediv>
<refname>Gmagick::setimagegamma</refname>
<refpurpose>Sets the image gamma</refpurpose>
@@ -14,25 +13,23 @@
<methodparam><type>float</type><parameter>gamma</parameter></methodparam>
</methodsynopsis>
<para>
Sets the image gamma.
Sets the image gamma.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>gamma</parameter></term>
<listitem>
<para>
The image gamma.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>gamma</parameter></term>
<listitem>
<para>
The image gamma.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -50,7 +47,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimagegreenprimary" 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.setimagegreenprimary">
<refnamediv>
<refname>Gmagick::setimagegreenprimary</refname>
<refpurpose>Sets the image chromaticity green primary point</refpurpose>
@@ -15,33 +14,31 @@
<methodparam><type>float</type><parameter>y</parameter></methodparam>
</methodsynopsis>
<para>
Sets the image chromaticity green primary point.
Sets the image chromaticity green primary point.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
The chromaticity green primary x-point.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
The chromaticity green primary y-point.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
The chromaticity green primary x-point.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
The chromaticity green primary y-point.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -59,7 +56,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimageindex" 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.setimageindex">
<refnamediv>
<refname>Gmagick::setimageindex</refname>
<refpurpose>Set the iterator to the position in the image list specified with the index parameter</refpurpose>
@@ -14,25 +13,23 @@
<methodparam><type>int</type><parameter>index</parameter></methodparam>
</methodsynopsis>
<para>
Set the iterator to the position in the image list specified with the index parameter.
Set the iterator to the position in the image list specified with the index parameter.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>index</parameter></term>
<listitem>
<para>
The scene number.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>index</parameter></term>
<listitem>
<para>
The scene number.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -50,7 +47,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimageinterlacescheme" 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.setimageinterlacescheme">
<refnamediv>
<refname>Gmagick::setimageinterlacescheme</refname>
<refpurpose>Sets the interlace scheme of the image</refpurpose>
@@ -21,19 +20,17 @@
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>interlace</parameter></term>
<listitem>
<para>
One of the <link linkend="gmagick.constants.interlace">Interlace</link> constant
(<literal>Gmagick::INTERLACE_*</literal>).
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>interlace</parameter></term>
<listitem>
<para>
One of the <link linkend="gmagick.constants.interlace">Interlace</link> constant
(<literal>Gmagick::INTERLACE_*</literal>).
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -50,7 +47,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimageiterations" 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.setimageiterations">
<refnamediv>
<refname>Gmagick::setimageiterations</refname>
<refpurpose>Sets the image iterations</refpurpose>
@@ -14,24 +13,22 @@
<methodparam><type>int</type><parameter>iterations</parameter></methodparam>
</methodsynopsis>
<para>
Sets the image iterations.
Sets the image iterations.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>iterations</parameter></term>
<listitem>
<para>
The image delay in 1/100th of a second.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>iterations</parameter></term>
<listitem>
<para>
The image delay in 1/100th of a second.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -49,7 +46,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimageprofile" 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.setimageprofile">
<refnamediv>
<refname>Gmagick::setimageprofile</refname>
<refpurpose>Adds a named profile to the Gmagick object</refpurpose>
@@ -16,35 +15,33 @@
</methodsynopsis>
<para>
Adds a named profile to the Gmagick object. If a profile with the same name already exists, it is replaced.
This method differs from the Gmagick::profileimage() method in that it does not apply any CMS color profiles.
This method differs from the Gmagick::profileimage() method in that it does not apply any CMS color profiles.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>name</parameter></term>
<listitem>
<para>
Name of profile to add or remove: ICC, IPTC, or generic profile.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>profile</parameter></term>
<listitem>
<para>
The profile.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>name</parameter></term>
<listitem>
<para>
Name of profile to add or remove: ICC, IPTC, or generic profile.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>profile</parameter></term>
<listitem>
<para>
The profile.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -62,7 +59,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimageredprimary" 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.setimageredprimary">
<refnamediv>
<refname>Gmagick::setimageredprimary</refname>
<refpurpose>Sets the image chromaticity red primary point</refpurpose>
@@ -15,35 +14,33 @@
<methodparam><type>float</type><parameter>y</parameter></methodparam>
</methodsynopsis>
<para>
Sets the image chromaticity red primary point.
Sets the image chromaticity red primary point.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
The red primary x-point.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
The red primary y-point.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
The red primary x-point.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
The red primary y-point.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -61,7 +58,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimagerenderingintent" 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.setimagerenderingintent">
<refnamediv>
<refname>Gmagick::setimagerenderingintent</refname>
<refpurpose>Sets the image rendering intent</refpurpose>
@@ -14,26 +13,24 @@
<methodparam><type>int</type><parameter>rendering_intent</parameter></methodparam>
</methodsynopsis>
<para>
Sets the image rendering intent.
Sets the image rendering intent.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>rendering_intent</parameter></term>
<listitem>
<para>
One of the <link linkend="gmagick.constants.renderingintent">Rendering Intent</link> constant
(<literal>Gmagick::RENDERINGINTENT_*</literal>).
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>rendering_intent</parameter></term>
<listitem>
<para>
One of the <link linkend="gmagick.constants.renderingintent">Rendering Intent</link> constant
(<literal>Gmagick::RENDERINGINTENT_*</literal>).
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -51,7 +48,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimageresolution" 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.setimageresolution">
<refnamediv>
<refname>Gmagick::setimageresolution</refname>
<refpurpose>Sets the image resolution</refpurpose>
@@ -15,35 +14,33 @@
<methodparam><type>float</type><parameter>yResolution</parameter></methodparam>
</methodsynopsis>
<para>
Sets the image resolution.
Sets the image resolution.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>xResolution</parameter></term>
<listitem>
<para>
The image x resolution.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>yResolution</parameter></term>
<listitem>
<para>
The image y resolution.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>xResolution</parameter></term>
<listitem>
<para>
The image x resolution.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>yResolution</parameter></term>
<listitem>
<para>
The image y resolution.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -61,7 +58,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimagescene" 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.setimagescene">
<refnamediv>
<refname>Gmagick::setimagescene</refname>
<refpurpose>Sets the image scene</refpurpose>
@@ -14,24 +13,22 @@
<methodparam><type>int</type><parameter>scene</parameter></methodparam>
</methodsynopsis>
<para>
Sets the image scene.
Sets the image scene.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>scene</parameter></term>
<listitem>
<para>
The image scene number.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>scene</parameter></term>
<listitem>
<para>
The image scene number.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -49,7 +46,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimagetype" 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.setimagetype">
<refnamediv>
<refname>Gmagick::setimagetype</refname>
<refpurpose>Sets the image type</refpurpose>
@@ -14,25 +13,23 @@
<methodparam><type>int</type><parameter>imgType</parameter></methodparam>
</methodsynopsis>
<para>
Sets the image type.
Sets the image type.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>imgType</parameter></term>
<listitem>
<para>
One of the <link linkend="gmagick.constants.imagetype">Image type</link> constant
(<literal>Gmagick::IMGTYPE_*</literal>).
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>imgType</parameter></term>
<listitem>
<para>
One of the <link linkend="gmagick.constants.imagetype">Image type</link> constant
(<literal>Gmagick::IMGTYPE_*</literal>).
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -50,7 +47,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimageunits" 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.setimageunits">
<refnamediv>
<refname>Gmagick::setimageunits</refname>
<refpurpose>Sets the image units of resolution</refpurpose>
@@ -14,25 +13,23 @@
<methodparam><type>int</type><parameter>resolution</parameter></methodparam>
</methodsynopsis>
<para>
Sets the image units of resolution.
Sets the image units of resolution.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>resolution</parameter></term>
<listitem>
<para>
One of the <link linkend="gmagick.constants.resolution">Resolution</link> constant
(<literal>Gmagick::RESOLUTION_*</literal>).
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>resolution</parameter></term>
<listitem>
<para>
One of the <link linkend="gmagick.constants.resolution">Resolution</link> constant
(<literal>Gmagick::RESOLUTION_*</literal>).
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -50,7 +47,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setimagewhitepoint" 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.setimagewhitepoint">
<refnamediv>
<refname>Gmagick::setimagewhitepoint</refname>
<refpurpose>Sets the image chromaticity white point</refpurpose>
@@ -15,32 +14,30 @@
<methodparam><type>float</type><parameter>y</parameter></methodparam>
</methodsynopsis>
<para>
Sets the image chromaticity white point.
Sets the image chromaticity white point.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
The white x-point.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
The white y-point.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
The white x-point.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
The white y-point.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -58,7 +55,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setsamplingfactors" 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.setsamplingfactors">
<refnamediv>
<refname>Gmagick::setsamplingfactors</refname>
<refpurpose>Sets the image sampling factors</refpurpose>
@@ -14,24 +13,22 @@
<methodparam><type>array</type><parameter>factors</parameter></methodparam>
</methodsynopsis>
<para>
Sets the image sampling factors.
Sets the image sampling factors.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>factors</parameter></term>
<listitem>
<para>
An array of <type>float</type>s representing the sampling factor for each color component (in RGB order).
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>factors</parameter></term>
<listitem>
<para>
An array of <type>float</type>s representing the sampling factor for each color component (in RGB order).
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -49,7 +46,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.setsize" 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.setsize">
<refnamediv>
<refname>Gmagick::setsize</refname>
<refpurpose>Sets the size of the Gmagick object</refpurpose>
@@ -16,32 +15,30 @@
</methodsynopsis>
<para>
Sets the size of the Gmagick object. Set it before you read a raw image format such as <constant>Gmagick::COLORSPACE_RGB</constant>,
<constant>Gmagick::COLORSPACE_GRAY</constant>, or <constant>Gmagick::COLORSPACE_CMYK</constant>.
<constant>Gmagick::COLORSPACE_GRAY</constant>, or <constant>Gmagick::COLORSPACE_CMYK</constant>.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>columns</parameter></term>
<listitem>
<para>
The width in pixels.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>rows</parameter></term>
<listitem>
<para>
The height in pixels.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>columns</parameter></term>
<listitem>
<para>
The width in pixels.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>rows</parameter></term>
<listitem>
<para>
The height in pixels.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -59,7 +56,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.shearimage" 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.shearimage">
<refnamediv>
<refname>Gmagick::shearimage</refname>
<refpurpose>Creating a parallelogram</refpurpose>
@@ -17,44 +16,42 @@
</methodsynopsis>
<para>
Slides one edge of an image along the X or Y axis, creating a parallelogram.
An X direction shear slides an edge along the X axis, while a Y direction shear slides an edge along the Y axis.
An X direction shear slides an edge along the X axis, while a Y direction shear slides an edge along the Y axis.
The amount of the shear is controlled by a shear angle. For X direction shears, x_shear is measured relative to the
Y axis, and similarly, for Y direction shears y_shear is measured relative to the X axis. Empty triangles left over
from shearing the image are filled with the background color.
from shearing the image are filled with the background color.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>color</parameter></term>
<listitem>
<para>
The background pixel wand.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>xShear</parameter></term>
<listitem>
<para>
The number of degrees to shear the image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>yShear</parameter></term>
<listitem>
<para>
The number of degrees to shear the image.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>color</parameter></term>
<listitem>
<para>
The background pixel wand.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>xShear</parameter></term>
<listitem>
<para>
The number of degrees to shear the image.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>yShear</parameter></term>
<listitem>
<para>
The number of degrees to shear the image.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -72,7 +69,6 @@ The amount of the shear is controlled by a shear angle. For X direction shears,
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.solarizeimage" 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.solarizeimage">
<refnamediv>
<refname>Gmagick::solarizeimage</refname>
<refpurpose>Applies a solarizing effect to the image</refpurpose>
@@ -14,27 +13,25 @@
<methodparam><type>int</type><parameter>threshold</parameter></methodparam>
</methodsynopsis>
<para>
Applies a special effect to the image, similar to the effect achieved in a
photo darkroom by selectively exposing areas of photo sensitive paper to light.
Threshold ranges from 0 to QuantumRange and is a measure of the extent of the solarization.
Applies a special effect to the image, similar to the effect achieved in a
photo darkroom by selectively exposing areas of photo sensitive paper to light.
Threshold ranges from 0 to QuantumRange and is a measure of the extent of the solarization.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>threshold</parameter></term>
<listitem>
<para>
Define the extent of the solarization.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>threshold</parameter></term>
<listitem>
<para>
Define the extent of the solarization.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -52,7 +49,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.spreadimage" 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.spreadimage">
<refnamediv>
<refname>Gmagick::spreadimage</refname>
<refpurpose>Randomly displaces each pixel in a block</refpurpose>
@@ -14,25 +13,23 @@
<methodparam><type>float</type><parameter>radius</parameter></methodparam>
</methodsynopsis>
<para>
Special effects method that randomly displaces each pixel in a block defined by the radius parameter.
Special effects method that randomly displaces each pixel in a block defined by the radius parameter.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>radius</parameter></term>
<listitem>
<para>
Choose a random pixel in a neighborhood of this extent.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>radius</parameter></term>
<listitem>
<para>
Choose a random pixel in a neighborhood of this extent.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -50,7 +47,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.swirlimage" 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.swirlimage">
<refnamediv>
<refname>Gmagick::swirlimage</refname>
<refpurpose>Swirls the pixels about the center of the image</refpurpose>
@@ -14,25 +13,23 @@
<methodparam><type>float</type><parameter>degrees</parameter></methodparam>
</methodsynopsis>
<para>
Swirls the pixels about the center of the image, where degrees indicates the sweep of the arc through which each pixel is moved. You get a more dramatic effect as the degrees move from 1 to 360.
Swirls the pixels about the center of the image, where degrees indicates the sweep of the arc through which each pixel is moved. You get a more dramatic effect as the degrees move from 1 to 360.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>degrees</parameter></term>
<listitem>
<para>
Define the tightness of the swirling effect.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>degrees</parameter></term>
<listitem>
<para>
Define the tightness of the swirling effect.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -50,7 +47,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.thumbnailimage" 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.thumbnailimage">
<refnamediv>
<refname>Gmagick::thumbnailimage</refname>
<refpurpose>Changes the size of an image</refpurpose>
@@ -16,35 +15,33 @@
<methodparam choice="opt"><type>bool</type><parameter>fit</parameter><initializer>&false;</initializer></methodparam>
</methodsynopsis>
<para>
Changes the size of an image to the given dimensions and removes any associated profiles.
The goal is to produce small low cost thumbnail images suited for display on the Web.
Changes the size of an image to the given dimensions and removes any associated profiles.
The goal is to produce small low cost thumbnail images suited for display on the Web.
If &true; is given as a third parameter then columns and rows parameters are used as maximums
for each side. Both sides will be scaled down until the match or are smaller than the parameter given for the side.
for each side. Both sides will be scaled down until the match or are smaller than the parameter given for the side.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>width</parameter></term>
<listitem>
<para>
Image width.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
Image height.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>width</parameter></term>
<listitem>
<para>
Image width.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>height</parameter></term>
<listitem>
<para>
Image height.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -62,7 +59,6 @@ If &true; is given as a third parameter then columns and rows parameters are use
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.trimimage" 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.trimimage">
<refnamediv>
<refname>Gmagick::trimimage</refname>
<refpurpose>Remove edges from the image</refpurpose>
@@ -14,25 +13,23 @@
<methodparam><type>float</type><parameter>fuzz</parameter></methodparam>
</methodsynopsis>
<para>
Remove edges that are the background color from the image.
Remove edges that are the background color from the image.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>fuzz</parameter></term>
<listitem>
<para>
By default target must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. The fuzz member of image defines how much tolerance is acceptable to consider two colors as the same. This parameter represents the variation on the quantum range.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>fuzz</parameter></term>
<listitem>
<para>
By default target must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. The fuzz member of image defines how much tolerance is acceptable to consider two colors as the same. This parameter represents the variation on the quantum range.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -50,7 +47,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagick.writeimage" 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.writeimage">
<refnamediv>
<refname>Gmagick::writeimage</refname>
<refpurpose>Writes an image to the specified filename</refpurpose>
@@ -16,24 +15,22 @@
</methodsynopsis>
<para>
Writes an image to the specified filename. If the filename parameter is &null;,
the image is written to the filename set by <methodname>Gmagick::readimage</methodname> or <methodname>Gmagick::setimagefilename</methodname>.
the image is written to the filename set by <methodname>Gmagick::readimage</methodname> or <methodname>Gmagick::setimagefilename</methodname>.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<para>
The image filename.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>filename</parameter></term>
<listitem>
<para>
The image filename.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -50,7 +47,6 @@
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagickdraw.annotate" 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="gmagickdraw.annotate">
<refnamediv>
<refname>GmagickDraw::annotate</refname>
<refpurpose>Draws text on the image</refpurpose>
@@ -16,43 +15,41 @@
<methodparam><type>string</type><parameter>text</parameter></methodparam>
</methodsynopsis>
<para>
Draws text on the image.
Draws text on the image.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
x ordinate to left of text
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
y ordinate to text baseline
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>text</parameter></term>
<listitem>
<para>
text to draw
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
x ordinate to left of text
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
y ordinate to text baseline
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>text</parameter></term>
<listitem>
<para>
text to draw
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -63,7 +60,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagickdraw.arc" 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="gmagickdraw.arc">
<refnamediv>
<refname>GmagickDraw::arc</refname>
<refpurpose>Draws an arc</refpurpose>
@@ -19,67 +18,65 @@
<methodparam><type>float</type><parameter>ed</parameter></methodparam>
</methodsynopsis>
<para>
Draws an arc falling within a specified bounding rectangle on the image.
Draws an arc falling within a specified bounding rectangle on the image.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>sx</parameter></term>
<listitem>
<para>
starting x ordinate of bounding rectangle
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>sy</parameter></term>
<listitem>
<para>
starting y ordinate of bounding rectangle
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>ex</parameter></term>
<listitem>
<para>
ending x ordinate of bounding rectangle
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>ey</parameter></term>
<listitem>
<para>
ending y ordinate of bounding rectangle
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>sd</parameter></term>
<listitem>
<para>
starting degrees of rotation
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>ed</parameter></term>
<listitem>
<para>
ending degrees of rotation
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>sx</parameter></term>
<listitem>
<para>
starting x ordinate of bounding rectangle
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>sy</parameter></term>
<listitem>
<para>
starting y ordinate of bounding rectangle
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>ex</parameter></term>
<listitem>
<para>
ending x ordinate of bounding rectangle
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>ey</parameter></term>
<listitem>
<para>
ending y ordinate of bounding rectangle
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>sd</parameter></term>
<listitem>
<para>
starting degrees of rotation
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>ed</parameter></term>
<listitem>
<para>
ending degrees of rotation
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -91,7 +88,6 @@
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagickdraw.bezier" 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="gmagickdraw.bezier">
<refnamediv>
<refname>GmagickDraw::bezier</refname>
<refpurpose>Draws a bezier curve</refpurpose>
@@ -14,27 +13,25 @@
<methodparam><type>array</type><parameter>coordinate_array</parameter></methodparam>
</methodsynopsis>
<para>
Draws a bezier curve through a set of points on the image.
Draws a bezier curve through a set of points on the image.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>coordinate_array</parameter></term>
<listitem>
<para>
Coordinates array
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>coordinate_array</parameter></term>
<listitem>
<para>
Coordinates array
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -45,7 +42,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagickdraw.ellipse" 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="gmagickdraw.ellipse">
<refnamediv>
<refname>GmagickDraw::ellipse</refname>
<refpurpose>Draws an ellipse on the image</refpurpose>
@@ -19,64 +18,62 @@
<methodparam><type>float</type><parameter>end</parameter></methodparam>
</methodsynopsis>
<para>
Draws an ellipse on the image.
Draws an ellipse on the image.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>ox</parameter></term>
<listitem>
<para>
origin x ordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>oy</parameter></term>
<listitem>
<para>
origin y ordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>rx</parameter></term>
<listitem>
<para>
radius in x
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>ry</parameter></term>
<listitem>
<para>
radius in y
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>start</parameter></term>
<listitem>
<para>
starting rotation in degrees
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>end</parameter></term>
<listitem>
<para>
ending rotation in degrees
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>ox</parameter></term>
<listitem>
<para>
origin x ordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>oy</parameter></term>
<listitem>
<para>
origin y ordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>rx</parameter></term>
<listitem>
<para>
radius in x
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>ry</parameter></term>
<listitem>
<para>
radius in y
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>start</parameter></term>
<listitem>
<para>
starting rotation in degrees
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>end</parameter></term>
<listitem>
<para>
ending rotation in degrees
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -88,7 +85,6 @@
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagickdraw.line" 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="gmagickdraw.line">
<refnamediv>
<refname>GmagickDraw::line</refname>
<refpurpose>Draws a line</refpurpose>
@@ -17,51 +16,49 @@
<methodparam><type>float</type><parameter>ey</parameter></methodparam>
</methodsynopsis>
<para>
Draws a line on the image using the current stroke color, stroke opacity, and stroke width.
Draws a line on the image using the current stroke color, stroke opacity, and stroke width.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>sx</parameter></term>
<listitem>
<para>
starting x ordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>sy</parameter></term>
<listitem>
<para>
starting y ordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>ex</parameter></term>
<listitem>
<para>
ending x ordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>ey</parameter></term>
<listitem>
<para>
ending y ordinate
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>sx</parameter></term>
<listitem>
<para>
starting x ordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>sy</parameter></term>
<listitem>
<para>
starting y ordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>ex</parameter></term>
<listitem>
<para>
ending x ordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>ey</parameter></term>
<listitem>
<para>
ending y ordinate
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -72,7 +69,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagickdraw.point" 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="gmagickdraw.point">
<refnamediv>
<refname>GmagickDraw::point</refname>
<refpurpose>Draws a point</refpurpose>
@@ -15,35 +14,33 @@
<methodparam><type>float</type><parameter>y</parameter></methodparam>
</methodsynopsis>
<para>
Draws a point using the current stroke color and stroke thickness at the specified coordinates.
Draws a point using the current stroke color and stroke thickness at the specified coordinates.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
target x coordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
target y coordinate
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
target x coordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
target y coordinate
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -55,7 +52,6 @@
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagickdraw.polygon" 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="gmagickdraw.polygon">
<refnamediv>
<refname>GmagickDraw::polygon</refname>
<refpurpose>Draws a polygon</refpurpose>
@@ -14,27 +13,25 @@
<methodparam><type>array</type><parameter>coordinates</parameter></methodparam>
</methodsynopsis>
<para>
Draws a polygon using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates.
Draws a polygon using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>coordinates</parameter></term>
<listitem>
<para>
coordinate array
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>coordinates</parameter></term>
<listitem>
<para>
coordinate array
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -46,7 +43,6 @@
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagickdraw.polyline" 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="gmagickdraw.polyline">
<refnamediv>
<refname>GmagickDraw::polyline</refname>
<refpurpose>Draws a polyline</refpurpose>
@@ -14,27 +13,25 @@
<methodparam><type>array</type><parameter>coordinate_array</parameter></methodparam>
</methodsynopsis>
<para>
Draws a polyline using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates.
Draws a polyline using the current stroke, stroke width, and fill color or texture, using the specified array of coordinates.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>coordinate_array</parameter></term>
<listitem>
<para>
The array of coordinates
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>coordinate_array</parameter></term>
<listitem>
<para>
The array of coordinates
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -45,7 +42,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagickdraw.rectangle" 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="gmagickdraw.rectangle">
<refnamediv>
<refname>GmagickDraw::rectangle</refname>
<refpurpose>Draws a rectangle</refpurpose>
@@ -17,51 +16,49 @@
<methodparam><type>float</type><parameter>y2</parameter></methodparam>
</methodsynopsis>
<para>
Draws a rectangle given two coordinates and using the current stroke, stroke width, and fill settings.
Draws a rectangle given two coordinates and using the current stroke, stroke width, and fill settings.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>x1</parameter></term>
<listitem>
<para>
x ordinate of first coordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y1</parameter></term>
<listitem>
<para>
y ordinate of first coordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>x2</parameter></term>
<listitem>
<para>
x ordinate of second coordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y2</parameter></term>
<listitem>
<para>
y ordinate of second coordinate
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>x1</parameter></term>
<listitem>
<para>
x ordinate of first coordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y1</parameter></term>
<listitem>
<para>
y ordinate of first coordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>x2</parameter></term>
<listitem>
<para>
x ordinate of second coordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y2</parameter></term>
<listitem>
<para>
y ordinate of second coordinate
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -72,7 +69,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagickdraw.rotate" 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="gmagickdraw.rotate">
<refnamediv>
<refname>GmagickDraw::rotate</refname>
<refpurpose>Applies the specified rotation to the current coordinate space</refpurpose>
@@ -14,27 +13,25 @@
<methodparam><type>float</type><parameter>degrees</parameter></methodparam>
</methodsynopsis>
<para>
Applies the specified rotation to the current coordinate space.
Applies the specified rotation to the current coordinate space.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>degrees</parameter></term>
<listitem>
<para>
degrees of rotation
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>degrees</parameter></term>
<listitem>
<para>
degrees of rotation
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -45,7 +42,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagickdraw.roundrectangle" 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="gmagickdraw.roundrectangle">
<refnamediv>
<refname>GmagickDraw::roundrectangle</refname>
<refpurpose>Draws a rounded rectangle</refpurpose>
@@ -19,67 +18,65 @@
<methodparam><type>float</type><parameter>ry</parameter></methodparam>
</methodsynopsis>
<para>
Draws a rounded rectangle given two coordinates, x and y corner radiuses and using the current stroke, stroke width, and fill settings.
Draws a rounded rectangle given two coordinates, x and y corner radiuses and using the current stroke, stroke width, and fill settings.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>x1</parameter></term>
<listitem>
<para>
x ordinate of first coordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y1</parameter></term>
<listitem>
<para>
y ordinate of first coordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>x2</parameter></term>
<listitem>
<para>
x ordinate of second coordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y2</parameter></term>
<listitem>
<para>
y ordinate of second coordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>rx</parameter></term>
<listitem>
<para>
radius of corner in horizontal direction
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>ry</parameter></term>
<listitem>
<para>
radius of corner in vertical direction
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>x1</parameter></term>
<listitem>
<para>
x ordinate of first coordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y1</parameter></term>
<listitem>
<para>
y ordinate of first coordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>x2</parameter></term>
<listitem>
<para>
x ordinate of second coordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y2</parameter></term>
<listitem>
<para>
y ordinate of second coordinate
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>rx</parameter></term>
<listitem>
<para>
radius of corner in horizontal direction
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>ry</parameter></term>
<listitem>
<para>
radius of corner in vertical direction
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -90,7 +87,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagickdraw.scale" 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="gmagickdraw.scale">
<refnamediv>
<refname>GmagickDraw::scale</refname>
<refpurpose>Adjusts the scaling factor</refpurpose>
@@ -15,35 +14,33 @@
<methodparam><type>float</type><parameter>y</parameter></methodparam>
</methodsynopsis>
<para>
Adjusts the scaling factor to apply in the horizontal and vertical directions to the current coordinate space.
Adjusts the scaling factor to apply in the horizontal and vertical directions to the current coordinate space.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
horizontal scale factor
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
vertical scale factor
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>x</parameter></term>
<listitem>
<para>
horizontal scale factor
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><parameter>y</parameter></term>
<listitem>
<para>
vertical scale factor
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -54,7 +51,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagickdraw.setfillcolor" 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="gmagickdraw.setfillcolor">
<refnamediv>
<refname>GmagickDraw::setfillcolor</refname>
<refpurpose>Sets the fill color to be used for drawing filled objects</refpurpose>
@@ -14,27 +13,25 @@
<methodparam><type>mixed</type><parameter>color</parameter></methodparam>
</methodsynopsis>
<para>
Sets the fill color to be used for drawing filled objects.
Sets the fill color to be used for drawing filled objects.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>color</parameter></term>
<listitem>
<para>
<classname>GmagickPixel</classname> or <type>string</type> indicating color to use for filling.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>color</parameter></term>
<listitem>
<para>
<classname>GmagickPixel</classname> or <type>string</type> indicating color to use for filling.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -45,7 +42,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagickdraw.setfillopacity" 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="gmagickdraw.setfillopacity">
<refnamediv>
<refname>GmagickDraw::setfillopacity</refname>
<refpurpose>The setfillopacity purpose</refpurpose>
@@ -15,27 +14,25 @@
</methodsynopsis>
<para>
Sets the opacity to use when drawing using the fill color or fill texture. Setting it to 1.0 will make
fill full opaque.
fill full opaque.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>fill_opacity</parameter></term>
<listitem>
<para>
Fill opacity
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>fill_opacity</parameter></term>
<listitem>
<para>
Fill opacity
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -46,7 +43,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagickdraw.setfont" 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="gmagickdraw.setfont">
<refnamediv>
<refname>GmagickDraw::setfont</refname>
<refpurpose>Sets the fully-specified font to use when annotating with text</refpurpose>
@@ -17,24 +16,22 @@
Sets the fully-specified font to use when annotating with text
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>font</parameter></term>
<listitem>
<para>
font name
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>font</parameter></term>
<listitem>
<para>
font name
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -45,7 +42,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagickdraw.setfontsize" 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="gmagickdraw.setfontsize">
<refnamediv>
<refname>GmagickDraw::setfontsize</refname>
<refpurpose>Sets the font pointsize to use when annotating with text</refpurpose>
@@ -14,27 +13,25 @@
<methodparam><type>float</type><parameter>pointsize</parameter></methodparam>
</methodsynopsis>
<para>
Sets the font pointsize to use when annotating with text.
Sets the font pointsize to use when annotating with text.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>pointsize</parameter></term>
<listitem>
<para>
Text pointsize
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>pointsize</parameter></term>
<listitem>
<para>
Text pointsize
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -45,7 +42,6 @@
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xml:id="gmagickdraw.setfontstyle" 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="gmagickdraw.setfontstyle">
<refnamediv>
<refname>GmagickDraw::setfontstyle</refname>
<refpurpose>Sets the font style to use when annotating with text</refpurpose>
@@ -14,27 +13,25 @@
<methodparam><type>int</type><parameter>style</parameter></methodparam>
</methodsynopsis>
<para>
Sets the font style to use when annotating with text. The AnyStyle enumeration acts as a wild-card "don't care" option.
Sets the font style to use when annotating with text. The AnyStyle enumeration acts as a wild-card "don't care" option.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>style</parameter></term>
<listitem>
<para>
Font style (NormalStyle, ItalicStyle, ObliqueStyle, AnyStyle)
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
<variablelist>
<varlistentry>
<term><parameter>style</parameter></term>
<listitem>
<para>
Font style (NormalStyle, ItalicStyle, ObliqueStyle, AnyStyle)
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
@@ -46,7 +43,6 @@
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml

Some files were not shown because too many files have changed in this diff Show More