Imported Upstream version 2.3.10

This commit is contained in:
Ari Pollak
2010-08-11 01:19:49 -04:00
parent 2a222e99d4
commit efbc58ed09
1387 changed files with 58385 additions and 100558 deletions

View File

@ -221,9 +221,9 @@ Functions giving access to common toolbox tools.
<div class="refsect1" lang="en">
<a name="details"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2634643"></a><h3>
<a name="id2640197"></a><h3>
<a name="gimp-airbrush"></a>gimp_airbrush ()</h3>
<a class="indexterm" name="id2634654"></a><pre class="programlisting">gboolean gimp_airbrush (gint32 drawable_ID,
<a class="indexterm" name="id2640207"></a><pre class="programlisting">gboolean gimp_airbrush (gint32 drawable_ID,
gdouble pressure,
gint num_strokes,
const gdouble *strokes);</pre>
@ -277,9 +277,9 @@ results in a thinner layer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634774"></a><h3>
<a name="id2640328"></a><h3>
<a name="gimp-airbrush-default"></a>gimp_airbrush_default ()</h3>
<a class="indexterm" name="id2634785"></a><pre class="programlisting">gboolean gimp_airbrush_default (gint32 drawable_ID,
<a class="indexterm" name="id2640338"></a><pre class="programlisting">gboolean gimp_airbrush_default (gint32 drawable_ID,
gint num_strokes,
const gdouble *strokes);</pre>
<p>
@ -288,9 +288,9 @@ is time-dependent.
</p>
<p>
This tool simulates the use of an airbrush. It is similar to
gimp_airbrush except that the pressure is derived from the airbrush
tools options box. It the option has not been set the default for
the option will be used.</p>
<a href="libgimp-gimptools.html#gimp-airbrush"><code class="function">gimp_airbrush()</code></a> except that the pressure is derived from the
airbrush tools options box. It the option has not been set the
default for the option will be used.</p>
<p>
</p>
@ -326,9 +326,9 @@ the option will be used.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2634887"></a><h3>
<a name="id2640448"></a><h3>
<a name="gimp-by-color-select"></a>gimp_by_color_select ()</h3>
<a class="indexterm" name="id2634897"></a><pre class="programlisting">gboolean gimp_by_color_select (gint32 drawable_ID,
<a class="indexterm" name="id2640459"></a><pre class="programlisting">gboolean gimp_by_color_select (gint32 drawable_ID,
const <a
href="../libgimpcolor/libgimpcolor-GimpRGB.html#GimpRGB"
>GimpRGB</a> *color,
@ -423,9 +423,9 @@ In the case of a merged sampling, the supplied drawable is ignored.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635103"></a><h3>
<a name="id2640665"></a><h3>
<a name="gimp-clone"></a>gimp_clone ()</h3>
<a class="indexterm" name="id2635113"></a><pre class="programlisting">gboolean gimp_clone (gint32 drawable_ID,
<a class="indexterm" name="id2640675"></a><pre class="programlisting">gboolean gimp_clone (gint32 drawable_ID,
gint32 src_drawable_ID,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpCloneType"
@ -509,9 +509,9 @@ significantly slower.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635299"></a><h3>
<a name="id2640863"></a><h3>
<a name="gimp-clone-default"></a>gimp_clone_default ()</h3>
<a class="indexterm" name="id2635310"></a><pre class="programlisting">gboolean gimp_clone_default (gint32 drawable_ID,
<a class="indexterm" name="id2640873"></a><pre class="programlisting">gboolean gimp_clone_default (gint32 drawable_ID,
gint num_strokes,
const gdouble *strokes);</pre>
<p>
@ -520,10 +520,10 @@ Clone from the source to the dest drawable using the current brush
<p>
This tool clones (copies) from the source drawable starting at the
specified source coordinates to the dest drawable. This function
performs exactly the same as the gimp_clone function except that the
tools arguments are obtained from the clones option dialog. It this
dialog has not been activated then the dialogs default values will
be used.</p>
performs exactly the same as the <a href="libgimp-gimptools.html#gimp-clone"><code class="function">gimp_clone()</code></a> function except that
the tools arguments are obtained from the clones option dialog. It
this dialog has not been activated then the dialogs default values
will be used.</p>
<p>
</p>
@ -559,9 +559,9 @@ be used.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635413"></a><h3>
<a name="id2640986"></a><h3>
<a name="gimp-convolve"></a>gimp_convolve ()</h3>
<a class="indexterm" name="id2635424"></a><pre class="programlisting">gboolean gimp_convolve (gint32 drawable_ID,
<a class="indexterm" name="id2640996"></a><pre class="programlisting">gboolean gimp_convolve (gint32 drawable_ID,
gdouble pressure,
<a href="libgimp-gimpenums.html#GimpConvolveType">GimpConvolveType</a> convolve_type,
gint num_strokes,
@ -621,9 +621,9 @@ between the specified stroke coordinates.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635563"></a><h3>
<a name="id2641136"></a><h3>
<a name="gimp-convolve-default"></a>gimp_convolve_default ()</h3>
<a class="indexterm" name="id2635574"></a><pre class="programlisting">gboolean gimp_convolve_default (gint32 drawable_ID,
<a class="indexterm" name="id2641147"></a><pre class="programlisting">gboolean gimp_convolve_default (gint32 drawable_ID,
gint num_strokes,
const gdouble *strokes);</pre>
<p>
@ -632,9 +632,9 @@ Convolve (Blur, Sharpen) using the current brush.
<p>
This tool convolves the specified drawable with either a sharpening
or blurring kernel. This function performs exactly the same as the
gimp_convolve function except that the tools arguments are obtained
from the convolve option dialog. It this dialog has not been
activated then the dialogs default values will be used.</p>
<a href="libgimp-gimptools.html#gimp-convolve"><code class="function">gimp_convolve()</code></a> function except that the tools arguments are
obtained from the convolve option dialog. It this dialog has not
been activated then the dialogs default values will be used.</p>
<p>
</p>
@ -670,9 +670,9 @@ activated then the dialogs default values will be used.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635677"></a><h3>
<a name="id2641259"></a><h3>
<a name="gimp-dodgeburn"></a>gimp_dodgeburn ()</h3>
<a class="indexterm" name="id2635688"></a><pre class="programlisting">gboolean gimp_dodgeburn (gint32 drawable_ID,
<a class="indexterm" name="id2641269"></a><pre class="programlisting">gboolean gimp_dodgeburn (gint32 drawable_ID,
gdouble exposure,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpDodgeBurnType"
@ -740,15 +740,15 @@ Dodgeburn. More details here later.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635843"></a><h3>
<a name="id2641425"></a><h3>
<a name="gimp-dodgeburn-default"></a>gimp_dodgeburn_default ()</h3>
<a class="indexterm" name="id2635854"></a><pre class="programlisting">gboolean gimp_dodgeburn_default (gint32 drawable_ID,
<a class="indexterm" name="id2641435"></a><pre class="programlisting">gboolean gimp_dodgeburn_default (gint32 drawable_ID,
gint num_strokes,
const gdouble *strokes);</pre>
<p>
Dodgeburn image with varying exposure. This is the same as the
gimp_dodgeburn function except that the exposure, type and mode are
taken from the tools option dialog. If the dialog has not been
<a href="libgimp-gimptools.html#gimp-dodgeburn"><code class="function">gimp_dodgeburn()</code></a> function except that the exposure, type and mode
are taken from the tools option dialog. If the dialog has not been
activated then the defaults as used by the dialog will be used.
</p>
<p>
@ -788,9 +788,9 @@ Dodgeburn. More details here later.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2635956"></a><h3>
<a name="id2641546"></a><h3>
<a name="gimp-ellipse-select"></a>gimp_ellipse_select ()</h3>
<a class="indexterm" name="id2635967"></a><pre class="programlisting">gboolean gimp_ellipse_select (gint32 image_ID,
<a class="indexterm" name="id2641556"></a><pre class="programlisting">gboolean gimp_ellipse_select (gint32 image_ID,
gdouble x,
gdouble y,
gdouble width,
@ -885,9 +885,9 @@ radius.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2636187"></a><h3>
<a name="id2641777"></a><h3>
<a name="gimp-eraser"></a>gimp_eraser ()</h3>
<a class="indexterm" name="id2636197"></a><pre class="programlisting">gboolean gimp_eraser (gint32 drawable_ID,
<a class="indexterm" name="id2641787"></a><pre class="programlisting">gboolean gimp_eraser (gint32 drawable_ID,
gint num_strokes,
const gdouble *strokes,
<a href="libgimp-gimpenums.html#GimpBrushApplicationMode">GimpBrushApplicationMode</a> hardness,
@ -950,9 +950,9 @@ tool linearly interpolates between the specified stroke coordinates.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2636338"></a><h3>
<a name="id2641928"></a><h3>
<a name="gimp-eraser-default"></a>gimp_eraser_default ()</h3>
<a class="indexterm" name="id2636348"></a><pre class="programlisting">gboolean gimp_eraser_default (gint32 drawable_ID,
<a class="indexterm" name="id2641938"></a><pre class="programlisting">gboolean gimp_eraser_default (gint32 drawable_ID,
gint num_strokes,
const gdouble *strokes);</pre>
<p>
@ -960,7 +960,7 @@ Erase using the current brush.
</p>
<p>
This tool erases using the current brush mask. This function
performs exactly the same as the gimp_eraser function except that
performs exactly the same as the <a href="libgimp-gimptools.html#gimp-eraser"><code class="function">gimp_eraser()</code></a> function except that
the tools arguments are obtained from the eraser option dialog. It
this dialog has not been activated then the dialogs default values
will be used.</p>
@ -999,9 +999,9 @@ will be used.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2636450"></a><h3>
<a name="id2642048"></a><h3>
<a name="gimp-flip"></a>gimp_flip ()</h3>
<a class="indexterm" name="id2636463"></a><pre class="programlisting">gint32 gimp_flip (gint32 drawable_ID,
<a class="indexterm" name="id2642061"></a><pre class="programlisting">gint32 gimp_flip (gint32 drawable_ID,
<a href="libgimp-gimpenums.html#GimpOrientationType">GimpOrientationType</a> flip_type);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -1039,9 +1039,9 @@ This procedure is deprecated! Use
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2636556"></a><h3>
<a name="id2642154"></a><h3>
<a name="gimp-free-select"></a>gimp_free_select ()</h3>
<a class="indexterm" name="id2636566"></a><pre class="programlisting">gboolean gimp_free_select (gint32 image_ID,
<a class="indexterm" name="id2642164"></a><pre class="programlisting">gboolean gimp_free_select (gint32 image_ID,
gint num_segs,
const gdouble *segs,
<a
@ -1124,9 +1124,9 @@ radius.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2636751"></a><h3>
<a name="id2642349"></a><h3>
<a name="gimp-fuzzy-select"></a>gimp_fuzzy_select ()</h3>
<a class="indexterm" name="id2636762"></a><pre class="programlisting">gboolean gimp_fuzzy_select (gint32 drawable_ID,
<a class="indexterm" name="id2642360"></a><pre class="programlisting">gboolean gimp_fuzzy_select (gint32 drawable_ID,
gdouble x,
gdouble y,
gint threshold,
@ -1231,9 +1231,9 @@ drawable's origin.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2636993"></a><h3>
<a name="id2642591"></a><h3>
<a name="gimp-paintbrush"></a>gimp_paintbrush ()</h3>
<a class="indexterm" name="id2637004"></a><pre class="programlisting">gboolean gimp_paintbrush (gint32 drawable_ID,
<a class="indexterm" name="id2642602"></a><pre class="programlisting">gboolean gimp_paintbrush (gint32 drawable_ID,
gdouble fade_out,
gint num_strokes,
const gdouble *strokes,
@ -1309,9 +1309,9 @@ used.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2637172"></a><h3>
<a name="id2642774"></a><h3>
<a name="gimp-paintbrush-default"></a>gimp_paintbrush_default ()</h3>
<a class="indexterm" name="id2637186"></a><pre class="programlisting">gboolean gimp_paintbrush_default (gint32 drawable_ID,
<a class="indexterm" name="id2642788"></a><pre class="programlisting">gboolean gimp_paintbrush_default (gint32 drawable_ID,
gint num_strokes,
const gdouble *strokes);</pre>
<p>
@ -1367,9 +1367,9 @@ is 0, no gradient is used.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2637309"></a><h3>
<a name="id2642912"></a><h3>
<a name="gimp-pencil"></a>gimp_pencil ()</h3>
<a class="indexterm" name="id2637322"></a><pre class="programlisting">gboolean gimp_pencil (gint32 drawable_ID,
<a class="indexterm" name="id2642924"></a><pre class="programlisting">gboolean gimp_pencil (gint32 drawable_ID,
gint num_strokes,
const gdouble *strokes);</pre>
<p>
@ -1417,9 +1417,9 @@ white.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2637437"></a><h3>
<a name="id2643039"></a><h3>
<a name="gimp-perspective"></a>gimp_perspective ()</h3>
<a class="indexterm" name="id2637453"></a><pre class="programlisting">gint32 gimp_perspective (gint32 drawable_ID,
<a class="indexterm" name="id2643055"></a><pre class="programlisting">gint32 gimp_perspective (gint32 drawable_ID,
gboolean interpolation,
gdouble x0,
gdouble y0,
@ -1513,9 +1513,9 @@ This procedure is deprecated! Use
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2637735"></a><h3>
<a name="id2643338"></a><h3>
<a name="gimp-rect-select"></a>gimp_rect_select ()</h3>
<a class="indexterm" name="id2637748"></a><pre class="programlisting">gboolean gimp_rect_select (gint32 image_ID,
<a class="indexterm" name="id2643350"></a><pre class="programlisting">gboolean gimp_rect_select (gint32 image_ID,
gdouble x,
gdouble y,
gdouble width,
@ -1600,9 +1600,9 @@ radius.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2637970"></a><h3>
<a name="id2643572"></a><h3>
<a name="gimp-rotate"></a>gimp_rotate ()</h3>
<a class="indexterm" name="id2637985"></a><pre class="programlisting">gint32 gimp_rotate (gint32 drawable_ID,
<a class="indexterm" name="id2643587"></a><pre class="programlisting">gint32 gimp_rotate (gint32 drawable_ID,
gboolean interpolation,
gdouble angle);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -1647,9 +1647,9 @@ This procedure is deprecated! Use
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638113"></a><h3>
<a name="id2643715"></a><h3>
<a name="gimp-scale"></a>gimp_scale ()</h3>
<a class="indexterm" name="id2638128"></a><pre class="programlisting">gint32 gimp_scale (gint32 drawable_ID,
<a class="indexterm" name="id2643730"></a><pre class="programlisting">gint32 gimp_scale (gint32 drawable_ID,
gboolean interpolation,
gdouble x0,
gdouble y0,
@ -1715,9 +1715,9 @@ This procedure is deprecated! Use
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638322"></a><h3>
<a name="id2643924"></a><h3>
<a name="gimp-shear"></a>gimp_shear ()</h3>
<a class="indexterm" name="id2638338"></a><pre class="programlisting">gint32 gimp_shear (gint32 drawable_ID,
<a class="indexterm" name="id2643940"></a><pre class="programlisting">gint32 gimp_shear (gint32 drawable_ID,
gboolean interpolation,
<a href="libgimp-gimpenums.html#GimpOrientationType">GimpOrientationType</a> shear_type,
gdouble magnitude);</pre>
@ -1769,9 +1769,9 @@ This procedure is deprecated! Use
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638486"></a><h3>
<a name="id2644089"></a><h3>
<a name="gimp-smudge"></a>gimp_smudge ()</h3>
<a class="indexterm" name="id2638500"></a><pre class="programlisting">gboolean gimp_smudge (gint32 drawable_ID,
<a class="indexterm" name="id2644102"></a><pre class="programlisting">gboolean gimp_smudge (gint32 drawable_ID,
gdouble pressure,
gint num_strokes,
const gdouble *strokes);</pre>
@ -1823,9 +1823,9 @@ lesser smudge.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638633"></a><h3>
<a name="id2644235"></a><h3>
<a name="gimp-smudge-default"></a>gimp_smudge_default ()</h3>
<a class="indexterm" name="id2638647"></a><pre class="programlisting">gboolean gimp_smudge_default (gint32 drawable_ID,
<a class="indexterm" name="id2644249"></a><pre class="programlisting">gboolean gimp_smudge_default (gint32 drawable_ID,
gint num_strokes,
const gdouble *strokes);</pre>
<p>
@ -1833,7 +1833,7 @@ Smudge image with varying pressure.
</p>
<p>
This tool simulates a smudge using the current brush. It behaves
exactly the same as gimp_smudge except that the pressure value is
exactly the same as <a href="libgimp-gimptools.html#gimp-smudge"><code class="function">gimp_smudge()</code></a> except that the pressure value is
taken from the smudge tool options or the options default if the
tools option dialog has not been activated.</p>
<p>
@ -1871,9 +1871,9 @@ tools option dialog has not been activated.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2638760"></a><h3>
<a name="id2644371"></a><h3>
<a name="gimp-transform-2d"></a>gimp_transform_2d ()</h3>
<a class="indexterm" name="id2638776"></a><pre class="programlisting">gint32 gimp_transform_2d (gint32 drawable_ID,
<a class="indexterm" name="id2644387"></a><pre class="programlisting">gint32 gimp_transform_2d (gint32 drawable_ID,
gboolean interpolation,
gdouble source_x,
gdouble source_y,