Imported Upstream version 2.3.8

This commit is contained in:
Ari Pollak
2010-08-11 01:18:57 -04:00
parent 5bef548947
commit 836308f327
1608 changed files with 147606 additions and 134671 deletions

View File

@ -121,7 +121,7 @@ gboolean <a href="libgimp-gimpimage.html#gimp-image-remove-channel">gimp_imag
gboolean <a href="libgimp-gimpimage.html#gimp-image-raise-channel">gimp_image_raise_channel</a> (gint32 image_ID,
gint32 channel_ID);
gboolean <a href="libgimp-gimpimage.html#gimp-image-lower-channel">gimp_image_lower_channel</a> (gint32 image_ID,
gint32 layer_ID);
gint32 channel_ID);
gint32 <a href="libgimp-gimpimage.html#gimp-image-flatten">gimp_image_flatten</a> (gint32 image_ID);
gint32 <a href="libgimp-gimpimage.html#gimp-image-merge-visible-layers">gimp_image_merge_visible_layers</a> (gint32 image_ID,
<a href="libgimp-gimpenums.html#GimpMergeType">GimpMergeType</a> merge_type);
@ -206,7 +206,7 @@ gboolean <a href="libgimp-gimpimage.html#gimp-image-parasite-list">gimp_image
gint *num_parasites,
gchar ***parasites);
gboolean <a href="libgimp-gimpimage.html#gimp-image-parasite-attach">gimp_image_parasite_attach</a> (gint32 image_ID,
<a
const <a
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
>GimpParasite</a> *parasite);
gboolean <a href="libgimp-gimpimage.html#gimp-image-parasite-detach">gimp_image_parasite_detach</a> (gint32 image_ID,
@ -236,7 +236,7 @@ gboolean <a href="libgimp-gimpimage.html#gimp-image-raise-vectors-to-top">gim
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2607552"></a><h2>Description</h2>
<a name="id2607544"></a><h2>Description</h2>
<p>
Operations on complete images: creation, resizing/rescaling,
and operations involving multiple layers.
@ -244,11 +244,11 @@ and operations involving multiple layers.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2607564"></a><h2>Details</h2>
<a name="id2607556"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2607569"></a><h3>
<a name="id2607561"></a><h3>
<a name="gimp-image-list"></a>gimp_image_list ()</h3>
<a class="indexterm" name="id2607577"></a><pre class="programlisting">gint* gimp_image_list (gint *num_images);</pre>
<a class="indexterm" name="id2607569"></a><pre class="programlisting">gint* gimp_image_list (gint *num_images);</pre>
<p>
Returns the list of images currently open.
</p>
@ -278,9 +278,9 @@ GIMP.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607638"></a><h3>
<a name="id2607630"></a><h3>
<a name="gimp-image-new"></a>gimp_image_new ()</h3>
<a class="indexterm" name="id2607646"></a><pre class="programlisting">gint32 gimp_image_new (gint width,
<a class="indexterm" name="id2607638"></a><pre class="programlisting">gint32 gimp_image_new (gint width,
gint height,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
@ -330,9 +330,9 @@ as an argument will fail. Layers can be created using the
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607748"></a><h3>
<a name="id2607741"></a><h3>
<a name="gimp-image-duplicate"></a>gimp_image_duplicate ()</h3>
<a class="indexterm" name="id2607757"></a><pre class="programlisting">gint32 gimp_image_duplicate (gint32 image_ID);</pre>
<a class="indexterm" name="id2607749"></a><pre class="programlisting">gint32 gimp_image_duplicate (gint32 image_ID);</pre>
<p>
Duplicate the specified image
</p>
@ -362,9 +362,9 @@ channels, and image information.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607817"></a><h3>
<a name="id2607809"></a><h3>
<a name="gimp-image-delete"></a>gimp_image_delete ()</h3>
<a class="indexterm" name="id2607825"></a><pre class="programlisting">gboolean gimp_image_delete (gint32 image_ID);</pre>
<a class="indexterm" name="id2607817"></a><pre class="programlisting">gboolean gimp_image_delete (gint32 image_ID);</pre>
<p>
Delete the specified image.
</p>
@ -398,9 +398,9 @@ the image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607888"></a><h3>
<a name="id2607880"></a><h3>
<a name="gimp-image-base-type"></a>gimp_image_base_type ()</h3>
<a class="indexterm" name="id2607897"></a><pre class="programlisting"><a
<a class="indexterm" name="id2607889"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
>GimpImageBaseType</a> gimp_image_base_type (gint32 image_ID);</pre>
<p>
@ -432,9 +432,9 @@ must be of this subtype, but can have an optional alpha channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2607956"></a><h3>
<a name="id2607948"></a><h3>
<a name="gimp-image-width"></a>gimp_image_width ()</h3>
<a class="indexterm" name="id2607964"></a><pre class="programlisting">gint gimp_image_width (gint32 image_ID);</pre>
<a class="indexterm" name="id2607956"></a><pre class="programlisting">gint gimp_image_width (gint32 image_ID);</pre>
<p>
Return the width of the image
</p>
@ -464,9 +464,9 @@ of any of the layers in this image. This is the \"canvas\" width.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608024"></a><h3>
<a name="id2608016"></a><h3>
<a name="gimp-image-height"></a>gimp_image_height ()</h3>
<a class="indexterm" name="id2608032"></a><pre class="programlisting">gint gimp_image_height (gint32 image_ID);</pre>
<a class="indexterm" name="id2608024"></a><pre class="programlisting">gint gimp_image_height (gint32 image_ID);</pre>
<p>
Return the height of the image
</p>
@ -496,9 +496,9 @@ of any of the layers in this image. This is the \"canvas\" height.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608092"></a><h3>
<a name="id2608084"></a><h3>
<a name="gimp-image-free-shadow"></a>gimp_image_free_shadow ()</h3>
<a class="indexterm" name="id2608100"></a><pre class="programlisting">gboolean gimp_image_free_shadow (gint32 image_ID);</pre>
<a class="indexterm" name="id2608092"></a><pre class="programlisting">gboolean gimp_image_free_shadow (gint32 image_ID);</pre>
<p>
Free the specified image's shadow data (if it exists).
</p>
@ -529,9 +529,9 @@ to 'gimp_image_delete'.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608161"></a><h3>
<a name="id2608153"></a><h3>
<a name="gimp-image-flip"></a>gimp_image_flip ()</h3>
<a class="indexterm" name="id2608169"></a><pre class="programlisting">gboolean gimp_image_flip (gint32 image_ID,
<a class="indexterm" name="id2608161"></a><pre class="programlisting">gboolean gimp_image_flip (gint32 image_ID,
<a href="libgimp-gimpenums.html#GimpOrientationType">GimpOrientationType</a> flip_type);</pre>
<p>
Flips the image horizontally or vertically.
@ -567,9 +567,9 @@ This procedure flips (mirrors) the image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608246"></a><h3>
<a name="id2608238"></a><h3>
<a name="gimp-image-rotate"></a>gimp_image_rotate ()</h3>
<a class="indexterm" name="id2608255"></a><pre class="programlisting">gboolean gimp_image_rotate (gint32 image_ID,
<a class="indexterm" name="id2608247"></a><pre class="programlisting">gboolean gimp_image_rotate (gint32 image_ID,
<a href="libgimp-gimpenums.html#GimpRotationType">GimpRotationType</a> rotate_type);</pre>
<p>
Rotates the image by the specified degrees.
@ -605,9 +605,9 @@ This procedure rotates the image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608332"></a><h3>
<a name="id2608324"></a><h3>
<a name="gimp-image-resize"></a>gimp_image_resize ()</h3>
<a class="indexterm" name="id2608340"></a><pre class="programlisting">gboolean gimp_image_resize (gint32 image_ID,
<a class="indexterm" name="id2608332"></a><pre class="programlisting">gboolean gimp_image_resize (gint32 image_ID,
gint new_width,
gint new_height,
gint offx,
@ -671,9 +671,9 @@ according to the specified offsets.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608484"></a><h3>
<a name="id2608476"></a><h3>
<a name="gimp-image-resize-to-layers"></a>gimp_image_resize_to_layers ()</h3>
<a class="indexterm" name="id2608493"></a><pre class="programlisting">gboolean gimp_image_resize_to_layers (gint32 image_ID);</pre>
<a class="indexterm" name="id2608486"></a><pre class="programlisting">gboolean gimp_image_resize_to_layers (gint32 image_ID);</pre>
<p>
Resize the image to fit all layers.
</p>
@ -708,9 +708,9 @@ image are repositioned to the new image area.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608559"></a><h3>
<a name="id2608551"></a><h3>
<a name="gimp-image-scale"></a>gimp_image_scale ()</h3>
<a class="indexterm" name="id2608568"></a><pre class="programlisting">gboolean gimp_image_scale (gint32 image_ID,
<a class="indexterm" name="id2608560"></a><pre class="programlisting">gboolean gimp_image_scale (gint32 image_ID,
gint new_width,
gint new_height);</pre>
<p>
@ -760,9 +760,9 @@ specified offsets.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608671"></a><h3>
<a name="id2608663"></a><h3>
<a name="gimp-image-crop"></a>gimp_image_crop ()</h3>
<a class="indexterm" name="id2608679"></a><pre class="programlisting">gboolean gimp_image_crop (gint32 image_ID,
<a class="indexterm" name="id2608672"></a><pre class="programlisting">gboolean gimp_image_crop (gint32 image_ID,
gint new_width,
gint new_height,
gint offx,
@ -824,9 +824,9 @@ range, an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608822"></a><h3>
<a name="id2608815"></a><h3>
<a name="gimp-image-get-layers"></a>gimp_image_get_layers ()</h3>
<a class="indexterm" name="id2608831"></a><pre class="programlisting">gint* gimp_image_get_layers (gint32 image_ID,
<a class="indexterm" name="id2608823"></a><pre class="programlisting">gint* gimp_image_get_layers (gint32 image_ID,
gint *num_layers);</pre>
<p>
Returns the list of layers contained in the specified image.
@ -863,9 +863,9 @@ image. The order of layers is from topmost to bottommost.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2608912"></a><h3>
<a name="id2608904"></a><h3>
<a name="gimp-image-get-channels"></a>gimp_image_get_channels ()</h3>
<a class="indexterm" name="id2608920"></a><pre class="programlisting">gint* gimp_image_get_channels (gint32 image_ID,
<a class="indexterm" name="id2608912"></a><pre class="programlisting">gint* gimp_image_get_channels (gint32 image_ID,
gint *num_channels);</pre>
<p>
Returns the list of channels contained in the specified image.
@ -903,9 +903,9 @@ masks. The order is from topmost to bottommost.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609002"></a><h3>
<a name="id2608994"></a><h3>
<a name="gimp-image-get-active-drawable"></a>gimp_image_get_active_drawable ()</h3>
<a class="indexterm" name="id2609012"></a><pre class="programlisting">gint32 gimp_image_get_active_drawable (gint32 image_ID);</pre>
<a class="indexterm" name="id2609004"></a><pre class="programlisting">gint32 gimp_image_get_active_drawable (gint32 image_ID);</pre>
<p>
Get the image's active drawable
</p>
@ -939,9 +939,9 @@ is the active drawable.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609076"></a><h3>
<a name="id2609068"></a><h3>
<a name="gimp-image-unset-active-channel"></a>gimp_image_unset_active_channel ()</h3>
<a class="indexterm" name="id2609086"></a><pre class="programlisting">gboolean gimp_image_unset_active_channel (gint32 image_ID);</pre>
<a class="indexterm" name="id2609078"></a><pre class="programlisting">gboolean gimp_image_unset_active_channel (gint32 image_ID);</pre>
<p>
Unsets the active channel in the specified image.
</p>
@ -973,9 +973,9 @@ existing active channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609148"></a><h3>
<a name="id2609140"></a><h3>
<a name="gimp-image-get-floating-sel"></a>gimp_image_get_floating_sel ()</h3>
<a class="indexterm" name="id2609158"></a><pre class="programlisting">gint32 gimp_image_get_floating_sel (gint32 image_ID);</pre>
<a class="indexterm" name="id2609152"></a><pre class="programlisting">gint32 gimp_image_get_floating_sel (gint32 image_ID);</pre>
<p>
Return the floating selection of the image.
</p>
@ -1005,9 +1005,9 @@ If it doesn't exist, -1 is returned as the layer ID.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609225"></a><h3>
<a name="id2609218"></a><h3>
<a name="gimp-image-floating-sel-attached-to"></a>gimp_image_floating_sel_attached_to ()</h3>
<a class="indexterm" name="id2609237"></a><pre class="programlisting">gint32 gimp_image_floating_sel_attached_to
<a class="indexterm" name="id2609230"></a><pre class="programlisting">gint32 gimp_image_floating_sel_attached_to
(gint32 image_ID);</pre>
<p>
Return the drawable the floating selection is attached to.
@ -1039,9 +1039,9 @@ the drawable ID.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609306"></a><h3>
<a name="id2609299"></a><h3>
<a name="gimp-image-pick-color"></a>gimp_image_pick_color ()</h3>
<a class="indexterm" name="id2609317"></a><pre class="programlisting">gboolean gimp_image_pick_color (gint32 image_ID,
<a class="indexterm" name="id2609311"></a><pre class="programlisting">gboolean gimp_image_pick_color (gint32 image_ID,
gint32 drawable_ID,
gdouble x,
gdouble y,
@ -1062,11 +1062,10 @@ specified drawable, then an error is returned. If the drawable has
an alpha channel, the algorithm examines the alpha value of the
drawable at the coordinates. If the alpha value is completely
transparent (0), then an error is returned. If the sample_merged
parameter is non-zero, the data of the composite image will be used
parameter is TRUE, the data of the composite image will be used
instead of that for the specified drawable. This is equivalent to
sampling for colors after merging all visible layers. In the case of
a merged sampling, the supplied drawable is ignored except for
finding the image it belongs to.</p>
a merged sampling, the supplied drawable is ignored.</p>
<p>
</p>
@ -1132,9 +1131,9 @@ finding the image it belongs to.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609547"></a><h3>
<a name="id2609539"></a><h3>
<a name="gimp-image-pick-correlate-layer"></a>gimp_image_pick_correlate_layer ()</h3>
<a class="indexterm" name="id2609558"></a><pre class="programlisting">gint32 gimp_image_pick_correlate_layer (gint32 image_ID,
<a class="indexterm" name="id2609551"></a><pre class="programlisting">gint32 gimp_image_pick_correlate_layer (gint32 image_ID,
gint x,
gint y);</pre>
<p>
@ -1181,16 +1180,16 @@ layer is found.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609671"></a><h3>
<a name="id2609664"></a><h3>
<a name="gimp-image-add-layer"></a>gimp_image_add_layer ()</h3>
<a class="indexterm" name="id2609683"></a><pre class="programlisting">gboolean gimp_image_add_layer (gint32 image_ID,
<a class="indexterm" name="id2609676"></a><pre class="programlisting">gboolean gimp_image_add_layer (gint32 image_ID,
gint32 layer_ID,
gint position);</pre>
<p>
Add the specified layer to the image.
</p>
<p>
This procedure adds the specified layer to the gimage at the given
This procedure adds the specified layer to the image at the given
position. If the position is specified as -1, then the layer is
inserted at the top of the layer stack. If the layer to be added has
no alpha channel, it must be added at position 0. The layer type
@ -1230,9 +1229,9 @@ must be compatible with the image base type.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609796"></a><h3>
<a name="id2609788"></a><h3>
<a name="gimp-image-remove-layer"></a>gimp_image_remove_layer ()</h3>
<a class="indexterm" name="id2609807"></a><pre class="programlisting">gboolean gimp_image_remove_layer (gint32 image_ID,
<a class="indexterm" name="id2609800"></a><pre class="programlisting">gboolean gimp_image_remove_layer (gint32 image_ID,
gint32 layer_ID);</pre>
<p>
Remove the specified layer from the image.
@ -1272,9 +1271,9 @@ layer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609898"></a><h3>
<a name="id2609890"></a><h3>
<a name="gimp-image-raise-layer"></a>gimp_image_raise_layer ()</h3>
<a class="indexterm" name="id2609909"></a><pre class="programlisting">gboolean gimp_image_raise_layer (gint32 image_ID,
<a class="indexterm" name="id2609902"></a><pre class="programlisting">gboolean gimp_image_raise_layer (gint32 image_ID,
gint32 layer_ID);</pre>
<p>
Raise the specified layer in the image's layer stack
@ -1282,7 +1281,7 @@ Raise the specified layer in the image's layer stack
<p>
This procedure raises the specified layer one step in the existing
layer stack. It will not move the layer if there is no layer above
it, or the layer has no alpha channel.</p>
it.</p>
<p>
</p>
@ -1312,9 +1311,9 @@ it, or the layer has no alpha channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2609999"></a><h3>
<a name="id2609991"></a><h3>
<a name="gimp-image-lower-layer"></a>gimp_image_lower_layer ()</h3>
<a class="indexterm" name="id2610010"></a><pre class="programlisting">gboolean gimp_image_lower_layer (gint32 image_ID,
<a class="indexterm" name="id2610002"></a><pre class="programlisting">gboolean gimp_image_lower_layer (gint32 image_ID,
gint32 layer_ID);</pre>
<p>
Lower the specified layer in the image's layer stack
@ -1322,7 +1321,7 @@ Lower the specified layer in the image's layer stack
<p>
This procedure lowers the specified layer one step in the existing
layer stack. It will not move the layer if there is no layer below
it, or the layer has no alpha channel.</p>
it.</p>
<p>
</p>
@ -1352,9 +1351,9 @@ it, or the layer has no alpha channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2610100"></a><h3>
<a name="id2610091"></a><h3>
<a name="gimp-image-raise-layer-to-top"></a>gimp_image_raise_layer_to_top ()</h3>
<a class="indexterm" name="id2610112"></a><pre class="programlisting">gboolean gimp_image_raise_layer_to_top (gint32 image_ID,
<a class="indexterm" name="id2610103"></a><pre class="programlisting">gboolean gimp_image_raise_layer_to_top (gint32 image_ID,
gint32 layer_ID);</pre>
<p>
Raise the specified layer in the image's layer stack to top of stack
@ -1362,7 +1361,7 @@ Raise the specified layer in the image's layer stack to top of stack
<p>
This procedure raises the specified layer to top of the existing
layer stack. It will not move the layer if there is no layer above
it, or the layer has no alpha channel.</p>
it.</p>
<p>
</p>
@ -1392,9 +1391,9 @@ it, or the layer has no alpha channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2610201"></a><h3>
<a name="id2610192"></a><h3>
<a name="gimp-image-lower-layer-to-bottom"></a>gimp_image_lower_layer_to_bottom ()</h3>
<a class="indexterm" name="id2610213"></a><pre class="programlisting">gboolean gimp_image_lower_layer_to_bottom
<a class="indexterm" name="id2610204"></a><pre class="programlisting">gboolean gimp_image_lower_layer_to_bottom
(gint32 image_ID,
gint32 layer_ID);</pre>
<p>
@ -1404,7 +1403,7 @@ stack
<p>
This procedure lowers the specified layer to bottom of the existing
layer stack. It will not move the layer if there is no layer below
it, or the layer has no alpha channel.</p>
it.</p>
<p>
</p>
@ -1434,9 +1433,9 @@ it, or the layer has no alpha channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2610304"></a><h3>
<a name="id2610294"></a><h3>
<a name="gimp-image-add-channel"></a>gimp_image_add_channel ()</h3>
<a class="indexterm" name="id2610316"></a><pre class="programlisting">gboolean gimp_image_add_channel (gint32 image_ID,
<a class="indexterm" name="id2610306"></a><pre class="programlisting">gboolean gimp_image_add_channel (gint32 image_ID,
gint32 channel_ID,
gint position);</pre>
<p>
@ -1481,9 +1480,9 @@ the top of the channel stack.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2610426"></a><h3>
<a name="id2610416"></a><h3>
<a name="gimp-image-remove-channel"></a>gimp_image_remove_channel ()</h3>
<a class="indexterm" name="id2610438"></a><pre class="programlisting">gboolean gimp_image_remove_channel (gint32 image_ID,
<a class="indexterm" name="id2610428"></a><pre class="programlisting">gboolean gimp_image_remove_channel (gint32 image_ID,
gint32 channel_ID);</pre>
<p>
Remove the specified channel from the image.
@ -1520,9 +1519,9 @@ channel doesn't exist, an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2610526"></a><h3>
<a name="id2610516"></a><h3>
<a name="gimp-image-raise-channel"></a>gimp_image_raise_channel ()</h3>
<a class="indexterm" name="id2610537"></a><pre class="programlisting">gboolean gimp_image_raise_channel (gint32 image_ID,
<a class="indexterm" name="id2610527"></a><pre class="programlisting">gboolean gimp_image_raise_channel (gint32 image_ID,
gint32 channel_ID);</pre>
<p>
Raise the specified channel in the image's channel stack
@ -1560,17 +1559,17 @@ above it.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2610626"></a><h3>
<a name="id2610616"></a><h3>
<a name="gimp-image-lower-channel"></a>gimp_image_lower_channel ()</h3>
<a class="indexterm" name="id2610638"></a><pre class="programlisting">gboolean gimp_image_lower_channel (gint32 image_ID,
gint32 layer_ID);</pre>
<a class="indexterm" name="id2610628"></a><pre class="programlisting">gboolean gimp_image_lower_channel (gint32 image_ID,
gint32 channel_ID);</pre>
<p>
Lower the specified layer in the image's layer stack
Lower the specified channel in the image's channel stack
</p>
<p>
This procedure lowers the specified layer one step in the existing
layer stack. It will not move the layer if there is no layer below
it, or the layer has no alpha channel.</p>
This procedure lowers the specified channel one step in the existing
channel stack. It will not move the channel if there is no channel
below it.</p>
<p>
</p>
@ -1585,8 +1584,8 @@ it, or the layer has no alpha channel.</p>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>layer_ID</code></em>&#160;:</span></td>
<td> The layer to lower.
<span class="term"><em class="parameter"><code>channel_ID</code></em>&#160;:</span></td>
<td> The channel to lower.
</td>
</tr>
<tr>
@ -1600,9 +1599,9 @@ it, or the layer has no alpha channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2610727"></a><h3>
<a name="id2610717"></a><h3>
<a name="gimp-image-flatten"></a>gimp_image_flatten ()</h3>
<a class="indexterm" name="id2610739"></a><pre class="programlisting">gint32 gimp_image_flatten (gint32 image_ID);</pre>
<a class="indexterm" name="id2610728"></a><pre class="programlisting">gint32 gimp_image_flatten (gint32 image_ID);</pre>
<p>
Flatten all visible layers into a single layer. Discard all
invisible layers.
@ -1634,9 +1633,9 @@ discarded, and the resulting image is stripped of its alpha channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2610807"></a><h3>
<a name="id2610797"></a><h3>
<a name="gimp-image-merge-visible-layers"></a>gimp_image_merge_visible_layers ()</h3>
<a class="indexterm" name="id2610819"></a><pre class="programlisting">gint32 gimp_image_merge_visible_layers (gint32 image_ID,
<a class="indexterm" name="id2610809"></a><pre class="programlisting">gint32 gimp_image_merge_visible_layers (gint32 image_ID,
<a href="libgimp-gimpenums.html#GimpMergeType">GimpMergeType</a> merge_type);</pre>
<p>
Merge the visible image layers into one.
@ -1677,9 +1676,9 @@ final layer to the size of the bottommost layer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2610912"></a><h3>
<a name="id2610902"></a><h3>
<a name="gimp-image-merge-down"></a>gimp_image_merge_down ()</h3>
<a class="indexterm" name="id2610924"></a><pre class="programlisting">gint32 gimp_image_merge_down (gint32 image_ID,
<a class="indexterm" name="id2610914"></a><pre class="programlisting">gint32 gimp_image_merge_down (gint32 image_ID,
gint32 merge_layer_ID,
<a href="libgimp-gimpenums.html#GimpMergeType">GimpMergeType</a> merge_type);</pre>
<p>
@ -1728,9 +1727,9 @@ bottommost layer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611039"></a><h3>
<a name="id2611029"></a><h3>
<a name="gimp-image-clean-all"></a>gimp_image_clean_all ()</h3>
<a class="indexterm" name="id2611051"></a><pre class="programlisting">gboolean gimp_image_clean_all (gint32 image_ID);</pre>
<a class="indexterm" name="id2611040"></a><pre class="programlisting">gboolean gimp_image_clean_all (gint32 image_ID);</pre>
<p>
Set the image dirty count to 0.
</p>
@ -1764,9 +1763,9 @@ call this function themselves after saving the image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611122"></a><h3>
<a name="id2611112"></a><h3>
<a name="gimp-image-is-dirty"></a>gimp_image_is_dirty ()</h3>
<a class="indexterm" name="id2611133"></a><pre class="programlisting">gboolean gimp_image_is_dirty (gint32 image_ID);</pre>
<a class="indexterm" name="id2611123"></a><pre class="programlisting">gboolean gimp_image_is_dirty (gint32 image_ID);</pre>
<p>
Checks if the image has unsaved changes.
</p>
@ -1790,7 +1789,7 @@ after calling a save procedure to make the image clean.</p>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> True if the image has unsaved changes.
<td> TRUE if the image has unsaved changes.
</td>
</tr>
</tbody>
@ -1798,9 +1797,9 @@ after calling a save procedure to make the image clean.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611202"></a><h3>
<a name="id2611192"></a><h3>
<a name="gimp-image-get-active-layer"></a>gimp_image_get_active_layer ()</h3>
<a class="indexterm" name="id2611214"></a><pre class="programlisting">gint32 gimp_image_get_active_layer (gint32 image_ID);</pre>
<a class="indexterm" name="id2611204"></a><pre class="programlisting">gint32 gimp_image_get_active_layer (gint32 image_ID);</pre>
<p>
Returns the specified image's active layer.
</p>
@ -1831,9 +1830,9 @@ mask is active, then this will return the associated layer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611282"></a><h3>
<a name="id2611272"></a><h3>
<a name="gimp-image-set-active-layer"></a>gimp_image_set_active_layer ()</h3>
<a class="indexterm" name="id2611294"></a><pre class="programlisting">gboolean gimp_image_set_active_layer (gint32 image_ID,
<a class="indexterm" name="id2611284"></a><pre class="programlisting">gboolean gimp_image_set_active_layer (gint32 image_ID,
gint32 active_layer_ID);</pre>
<p>
Sets the specified image's active layer.
@ -1872,9 +1871,9 @@ procedure will return an execution error.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611384"></a><h3>
<a name="id2611374"></a><h3>
<a name="gimp-image-get-active-channel"></a>gimp_image_get_active_channel ()</h3>
<a class="indexterm" name="id2611396"></a><pre class="programlisting">gint32 gimp_image_get_active_channel (gint32 image_ID);</pre>
<a class="indexterm" name="id2611385"></a><pre class="programlisting">gint32 gimp_image_get_active_channel (gint32 image_ID);</pre>
<p>
Returns the specified image's active channel.
</p>
@ -1904,9 +1903,9 @@ otherwise, -1.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611462"></a><h3>
<a name="id2611452"></a><h3>
<a name="gimp-image-set-active-channel"></a>gimp_image_set_active_channel ()</h3>
<a class="indexterm" name="id2611474"></a><pre class="programlisting">gboolean gimp_image_set_active_channel (gint32 image_ID,
<a class="indexterm" name="id2611464"></a><pre class="programlisting">gboolean gimp_image_set_active_channel (gint32 image_ID,
gint32 active_channel_ID);</pre>
<p>
Sets the specified image's active channel.
@ -1945,9 +1944,9 @@ this procedure will return an execution error.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611565"></a><h3>
<a name="id2611555"></a><h3>
<a name="gimp-image-get-selection"></a>gimp_image_get_selection ()</h3>
<a class="indexterm" name="id2611576"></a><pre class="programlisting">gint32 gimp_image_get_selection (gint32 image_ID);</pre>
<a class="indexterm" name="id2611566"></a><pre class="programlisting">gint32 gimp_image_get_selection (gint32 image_ID);</pre>
<p>
Returns the specified image's selection.
</p>
@ -1977,9 +1976,9 @@ represented as a channel internally.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611643"></a><h3>
<a name="id2611633"></a><h3>
<a name="gimp-image-get-component-active"></a>gimp_image_get_component_active ()</h3>
<a class="indexterm" name="id2611654"></a><pre class="programlisting">gboolean gimp_image_get_component_active (gint32 image_ID,
<a class="indexterm" name="id2611644"></a><pre class="programlisting">gboolean gimp_image_get_component_active (gint32 image_ID,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"
>GimpChannelType</a> component);</pre>
@ -2020,9 +2019,9 @@ component is not valid for the image type, an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611746"></a><h3>
<a name="id2611736"></a><h3>
<a name="gimp-image-set-component-active"></a>gimp_image_set_component_active ()</h3>
<a class="indexterm" name="id2611758"></a><pre class="programlisting">gboolean gimp_image_set_component_active (gint32 image_ID,
<a class="indexterm" name="id2611747"></a><pre class="programlisting">gboolean gimp_image_set_component_active (gint32 image_ID,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"
>GimpChannelType</a> component,
@ -2070,9 +2069,9 @@ component is not valid for the image type, an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611870"></a><h3>
<a name="id2611860"></a><h3>
<a name="gimp-image-get-component-visible"></a>gimp_image_get_component_visible ()</h3>
<a class="indexterm" name="id2611882"></a><pre class="programlisting">gboolean gimp_image_get_component_visible
<a class="indexterm" name="id2611872"></a><pre class="programlisting">gboolean gimp_image_get_component_visible
(gint32 image_ID,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"
@ -2115,9 +2114,9 @@ returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2611974"></a><h3>
<a name="id2611964"></a><h3>
<a name="gimp-image-set-component-visible"></a>gimp_image_set_component_visible ()</h3>
<a class="indexterm" name="id2611986"></a><pre class="programlisting">gboolean gimp_image_set_component_visible
<a class="indexterm" name="id2611976"></a><pre class="programlisting">gboolean gimp_image_set_component_visible
(gint32 image_ID,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"
@ -2166,9 +2165,9 @@ component is not valid for the image type, an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612100"></a><h3>
<a name="id2612089"></a><h3>
<a name="gimp-image-get-filename"></a>gimp_image_get_filename ()</h3>
<a class="indexterm" name="id2612111"></a><pre class="programlisting">gchar* gimp_image_get_filename (gint32 image_ID);</pre>
<a class="indexterm" name="id2612101"></a><pre class="programlisting">gchar* gimp_image_get_filename (gint32 image_ID);</pre>
<p>
Returns the specified image's filename.
</p>
@ -2199,9 +2198,9 @@ or has since been saved. Otherwise, this function returns <code class="literal">
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612185"></a><h3>
<a name="id2612175"></a><h3>
<a name="gimp-image-set-filename"></a>gimp_image_set_filename ()</h3>
<a class="indexterm" name="id2612197"></a><pre class="programlisting">gboolean gimp_image_set_filename (gint32 image_ID,
<a class="indexterm" name="id2612186"></a><pre class="programlisting">gboolean gimp_image_set_filename (gint32 image_ID,
const gchar *filename);</pre>
<p>
Sets the specified image's filename.
@ -2238,9 +2237,9 @@ should be in the filesystem encoding.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612285"></a><h3>
<a name="id2612275"></a><h3>
<a name="gimp-image-get-name"></a>gimp_image_get_name ()</h3>
<a class="indexterm" name="id2612297"></a><pre class="programlisting">gchar* gimp_image_get_name (gint32 image_ID);</pre>
<a class="indexterm" name="id2612286"></a><pre class="programlisting">gchar* gimp_image_get_name (gint32 image_ID);</pre>
<p>
Returns the specified image's name.
</p>
@ -2269,9 +2268,9 @@ This procedure returns the specified image's name.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612362"></a><h3>
<a name="id2612351"></a><h3>
<a name="gimp-image-get-resolution"></a>gimp_image_get_resolution ()</h3>
<a class="indexterm" name="id2612374"></a><pre class="programlisting">gboolean gimp_image_get_resolution (gint32 image_ID,
<a class="indexterm" name="id2612364"></a><pre class="programlisting">gboolean gimp_image_get_resolution (gint32 image_ID,
gdouble *xresolution,
gdouble *yresolution);</pre>
<p>
@ -2295,13 +2294,13 @@ inch. This value is independent of any of the layers in this image.</p>
<tr>
<td>
<span class="term"><em class="parameter"><code>xresolution</code></em>&#160;:</span></td>
<td> The resolutionin the x-axis, in dots per inch.
<td> The resolution in the x-axis, in dots per inch.
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>yresolution</code></em>&#160;:</span></td>
<td> The resolutionin the y-axis, in dots per inch.
<td> The resolution in the y-axis, in dots per inch.
</td>
</tr>
<tr>
@ -2315,9 +2314,9 @@ inch. This value is independent of any of the layers in this image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612484"></a><h3>
<a name="id2612474"></a><h3>
<a name="gimp-image-set-resolution"></a>gimp_image_set_resolution ()</h3>
<a class="indexterm" name="id2612496"></a><pre class="programlisting">gboolean gimp_image_set_resolution (gint32 image_ID,
<a class="indexterm" name="id2612486"></a><pre class="programlisting">gboolean gimp_image_set_resolution (gint32 image_ID,
gdouble xresolution,
gdouble yresolution);</pre>
<p>
@ -2362,9 +2361,9 @@ No scaling or resizing is performed.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612607"></a><h3>
<a name="id2612597"></a><h3>
<a name="gimp-image-get-unit"></a>gimp_image_get_unit ()</h3>
<a class="indexterm" name="id2612619"></a><pre class="programlisting"><a
<a class="indexterm" name="id2612609"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
>GimpUnit</a> gimp_image_get_unit (gint32 image_ID);</pre>
<p>
@ -2398,9 +2397,9 @@ description of the unit system.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612687"></a><h3>
<a name="id2612677"></a><h3>
<a name="gimp-image-set-unit"></a>gimp_image_set_unit ()</h3>
<a class="indexterm" name="id2612699"></a><pre class="programlisting">gboolean gimp_image_set_unit (gint32 image_ID,
<a class="indexterm" name="id2612688"></a><pre class="programlisting">gboolean gimp_image_set_unit (gint32 image_ID,
<a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
>GimpUnit</a> unit);</pre>
@ -2441,9 +2440,9 @@ the valid range of unit IDs and a description of the unit system.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612788"></a><h3>
<a name="id2612778"></a><h3>
<a name="gimp-image-set-tattoo-state"></a>gimp_image_set_tattoo_state ()</h3>
<a class="indexterm" name="id2612800"></a><pre class="programlisting">gboolean gimp_image_set_tattoo_state (gint32 image_ID,
<a class="indexterm" name="id2612790"></a><pre class="programlisting">gboolean gimp_image_set_tattoo_state (gint32 image_ID,
gint tattoo_state);</pre>
<p>
Set the tattoo state associated with the image.
@ -2476,7 +2475,7 @@ that all is OK.</p>
<tr>
<td>
<span class="term"><em class="parameter"><code>tattoo_state</code></em>&#160;:</span></td>
<td> The new image tattoo_state.
<td> The new image tattoo state.
</td>
</tr>
<tr>
@ -2490,9 +2489,9 @@ that all is OK.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612899"></a><h3>
<a name="id2612888"></a><h3>
<a name="gimp-image-get-tattoo-state"></a>gimp_image_get_tattoo_state ()</h3>
<a class="indexterm" name="id2612911"></a><pre class="programlisting">gint gimp_image_get_tattoo_state (gint32 image_ID);</pre>
<a class="indexterm" name="id2612901"></a><pre class="programlisting">gint gimp_image_get_tattoo_state (gint32 image_ID);</pre>
<p>
Returns the tattoo state associated with the image.
</p>
@ -2515,7 +2514,7 @@ Using this function at other times will produce unexpected results.</p>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> The tattoo_state.
<td> The tattoo state.
</td>
</tr>
</tbody>
@ -2523,9 +2522,9 @@ Using this function at other times will produce unexpected results.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2612979"></a><h3>
<a name="id2612968"></a><h3>
<a name="gimp-image-get-layer-by-tattoo"></a>gimp_image_get_layer_by_tattoo ()</h3>
<a class="indexterm" name="id2612990"></a><pre class="programlisting">gint32 gimp_image_get_layer_by_tattoo (gint32 image_ID,
<a class="indexterm" name="id2612980"></a><pre class="programlisting">gint32 gimp_image_get_layer_by_tattoo (gint32 image_ID,
gint tattoo);</pre>
<p>
Find a layer with a given tattoo in an image.
@ -2562,9 +2561,9 @@ specified image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613078"></a><h3>
<a name="id2613068"></a><h3>
<a name="gimp-image-get-channel-by-tattoo"></a>gimp_image_get_channel_by_tattoo ()</h3>
<a class="indexterm" name="id2613090"></a><pre class="programlisting">gint32 gimp_image_get_channel_by_tattoo
<a class="indexterm" name="id2613080"></a><pre class="programlisting">gint32 gimp_image_get_channel_by_tattoo
(gint32 image_ID,
gint tattoo);</pre>
<p>
@ -2602,9 +2601,9 @@ specified image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613180"></a><h3>
<a name="id2613169"></a><h3>
<a name="gimp-image-get-cmap"></a>gimp_image_get_cmap ()</h3>
<a class="indexterm" name="id2613191"></a><pre class="programlisting">guchar* gimp_image_get_cmap (gint32 image_ID,
<a class="indexterm" name="id2613181"></a><pre class="programlisting">guchar* gimp_image_get_cmap (gint32 image_ID,
gint *num_colors);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
@ -2641,9 +2640,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpimage.html#gimp-image-get
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613296"></a><h3>
<a name="id2613286"></a><h3>
<a name="gimp-image-set-cmap"></a>gimp_image_set_cmap ()</h3>
<a class="indexterm" name="id2613308"></a><pre class="programlisting">gboolean gimp_image_set_cmap (gint32 image_ID,
<a class="indexterm" name="id2613298"></a><pre class="programlisting">gboolean gimp_image_set_cmap (gint32 image_ID,
const guchar *cmap,
gint num_colors);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@ -2687,9 +2686,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpimage.html#gimp-image-set
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613435"></a><h3>
<a name="id2613424"></a><h3>
<a name="gimp-image-get-colormap"></a>gimp_image_get_colormap ()</h3>
<a class="indexterm" name="id2613446"></a><pre class="programlisting">guchar* gimp_image_get_colormap (gint32 image_ID,
<a class="indexterm" name="id2613436"></a><pre class="programlisting">guchar* gimp_image_get_colormap (gint32 image_ID,
gint *num_colors);</pre>
<p>
Returns the image's colormap
@ -2727,9 +2726,9 @@ is not of base type INDEXED, this pointer will be NULL.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613536"></a><h3>
<a name="id2613525"></a><h3>
<a name="gimp-image-set-colormap"></a>gimp_image_set_colormap ()</h3>
<a class="indexterm" name="id2613547"></a><pre class="programlisting">gboolean gimp_image_set_colormap (gint32 image_ID,
<a class="indexterm" name="id2613537"></a><pre class="programlisting">gboolean gimp_image_set_colormap (gint32 image_ID,
const guchar *colormap,
gint num_colors);</pre>
<p>
@ -2775,9 +2774,9 @@ in the \"cmap\" array.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613659"></a><h3>
<a name="id2613649"></a><h3>
<a name="gimp-image-get-vectors"></a>gimp_image_get_vectors ()</h3>
<a class="indexterm" name="id2613671"></a><pre class="programlisting">gint* gimp_image_get_vectors (gint32 image_ID,
<a class="indexterm" name="id2613660"></a><pre class="programlisting">gint* gimp_image_get_vectors (gint32 image_ID,
gint *num_vectors);</pre>
<p>
Returns the list of vectors contained in the specified image.
@ -2817,9 +2816,9 @@ specified image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613764"></a><h3>
<a name="id2613754"></a><h3>
<a name="gimp-image-get-thumbnail-data"></a>gimp_image_get_thumbnail_data ()</h3>
<a class="indexterm" name="id2613776"></a><pre class="programlisting">guchar* gimp_image_get_thumbnail_data (gint32 image_ID,
<a class="indexterm" name="id2613766"></a><pre class="programlisting">guchar* gimp_image_get_thumbnail_data (gint32 image_ID,
gint *width,
gint *height,
gint *bpp);</pre>
@ -2866,9 +2865,9 @@ specified image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613896"></a><h3>
<a name="id2613886"></a><h3>
<a name="gimp-image-parasite-find"></a>gimp_image_parasite_find ()</h3>
<a class="indexterm" name="id2613908"></a><pre class="programlisting"><a
<a class="indexterm" name="id2613898"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
>GimpParasite</a>* gimp_image_parasite_find (gint32 image_ID,
const gchar *name);</pre>
@ -2907,9 +2906,9 @@ an image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2613996"></a><h3>
<a name="id2613986"></a><h3>
<a name="gimp-image-parasite-list"></a>gimp_image_parasite_list ()</h3>
<a class="indexterm" name="id2614008"></a><pre class="programlisting">gboolean gimp_image_parasite_list (gint32 image_ID,
<a class="indexterm" name="id2613997"></a><pre class="programlisting">gboolean gimp_image_parasite_list (gint32 image_ID,
gint *num_parasites,
gchar ***parasites);</pre>
<p>
@ -2952,10 +2951,10 @@ Returns a list of all currently attached parasites.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614117"></a><h3>
<a name="id2614106"></a><h3>
<a name="gimp-image-parasite-attach"></a>gimp_image_parasite_attach ()</h3>
<a class="indexterm" name="id2614129"></a><pre class="programlisting">gboolean gimp_image_parasite_attach (gint32 image_ID,
<a
<a class="indexterm" name="id2614119"></a><pre class="programlisting">gboolean gimp_image_parasite_attach (gint32 image_ID,
const <a
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
>GimpParasite</a> *parasite);</pre>
<p>
@ -2993,9 +2992,9 @@ values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614216"></a><h3>
<a name="id2614206"></a><h3>
<a name="gimp-image-parasite-detach"></a>gimp_image_parasite_detach ()</h3>
<a class="indexterm" name="id2614228"></a><pre class="programlisting">gboolean gimp_image_parasite_detach (gint32 image_ID,
<a class="indexterm" name="id2614218"></a><pre class="programlisting">gboolean gimp_image_parasite_detach (gint32 image_ID,
const gchar *name);</pre>
<p>
Removes a parasite from an image.
@ -3032,9 +3031,9 @@ values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614316"></a><h3>
<a name="id2614306"></a><h3>
<a name="gimp-image-attach-new-parasite"></a>gimp_image_attach_new_parasite ()</h3>
<a class="indexterm" name="id2614328"></a><pre class="programlisting">gboolean gimp_image_attach_new_parasite (gint32 image_ID,
<a class="indexterm" name="id2614318"></a><pre class="programlisting">gboolean gimp_image_attach_new_parasite (gint32 image_ID,
const gchar *name,
gint flags,
gint size,
@ -3100,18 +3099,18 @@ See Also: <a href="libgimp-gimpimage.html#gimp-image-parasite-attach"><code clas
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614517"></a><h3>
<a name="id2614506"></a><h3>
<a name="gimp-image-add-vectors"></a>gimp_image_add_vectors ()</h3>
<a class="indexterm" name="id2614528"></a><pre class="programlisting">gboolean gimp_image_add_vectors (gint32 image_ID,
<a class="indexterm" name="id2614518"></a><pre class="programlisting">gboolean gimp_image_add_vectors (gint32 image_ID,
gint32 vectors_ID,
gint position);</pre>
<p>
Add the specified vectors object to the image.
</p>
<p>
This procedure adds the specified vectors object to the gimage at
the given position. If the position is specified as -1, then the
vectors object is inserted at the top of the vectors stack.</p>
This procedure adds the specified vectors object to the image at the
given position. If the position is specified as -1, then the vectors
object is inserted at the top of the vectors stack.</p>
<p>
</p>
@ -3147,9 +3146,9 @@ vectors object is inserted at the top of the vectors stack.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614639"></a><h3>
<a name="id2614628"></a><h3>
<a name="gimp-image-remove-vectors"></a>gimp_image_remove_vectors ()</h3>
<a class="indexterm" name="id2614651"></a><pre class="programlisting">gboolean gimp_image_remove_vectors (gint32 image_ID,
<a class="indexterm" name="id2614641"></a><pre class="programlisting">gboolean gimp_image_remove_vectors (gint32 image_ID,
gint32 vectors_ID);</pre>
<p>
Remove the specified path from the image.
@ -3189,9 +3188,9 @@ path doesn't exist, an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614743"></a><h3>
<a name="id2614733"></a><h3>
<a name="gimp-image-get-active-vectors"></a>gimp_image_get_active_vectors ()</h3>
<a class="indexterm" name="id2614755"></a><pre class="programlisting">gint32 gimp_image_get_active_vectors (gint32 image_ID);</pre>
<a class="indexterm" name="id2614745"></a><pre class="programlisting">gint32 gimp_image_get_active_vectors (gint32 image_ID);</pre>
<p>
Returns the specified image's active vectors.
</p>
@ -3220,9 +3219,9 @@ If there is an active path, its ID will be returned, otherwise, -1.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614822"></a><h3>
<a name="id2614811"></a><h3>
<a name="gimp-image-set-active-vectors"></a>gimp_image_set_active_vectors ()</h3>
<a class="indexterm" name="id2614834"></a><pre class="programlisting">gboolean gimp_image_set_active_vectors (gint32 image_ID,
<a class="indexterm" name="id2614823"></a><pre class="programlisting">gboolean gimp_image_set_active_vectors (gint32 image_ID,
gint32 active_vectors_ID);</pre>
<p>
Sets the specified image's active vectors.
@ -3258,9 +3257,9 @@ If the path exists, it is set as the active path in the image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2614922"></a><h3>
<a name="id2614911"></a><h3>
<a name="gimp-image-lower-vectors"></a>gimp_image_lower_vectors ()</h3>
<a class="indexterm" name="id2614933"></a><pre class="programlisting">gboolean gimp_image_lower_vectors (gint32 image_ID,
<a class="indexterm" name="id2614923"></a><pre class="programlisting">gboolean gimp_image_lower_vectors (gint32 image_ID,
gint32 vectors_ID);</pre>
<p>
Lower the specified vectors in the image's vectors stack
@ -3301,9 +3300,9 @@ below it.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615027"></a><h3>
<a name="id2615017"></a><h3>
<a name="gimp-image-raise-vectors"></a>gimp_image_raise_vectors ()</h3>
<a class="indexterm" name="id2615039"></a><pre class="programlisting">gboolean gimp_image_raise_vectors (gint32 image_ID,
<a class="indexterm" name="id2615028"></a><pre class="programlisting">gboolean gimp_image_raise_vectors (gint32 image_ID,
gint32 vectors_ID);</pre>
<p>
Raise the specified vectors in the image's vectors stack
@ -3344,9 +3343,9 @@ above it.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615132"></a><h3>
<a name="id2615122"></a><h3>
<a name="gimp-image-lower-vectors-to-bottom"></a>gimp_image_lower_vectors_to_bottom ()</h3>
<a class="indexterm" name="id2615145"></a><pre class="programlisting">gboolean gimp_image_lower_vectors_to_bottom
<a class="indexterm" name="id2615135"></a><pre class="programlisting">gboolean gimp_image_lower_vectors_to_bottom
(gint32 image_ID,
gint32 vectors_ID);</pre>
<p>
@ -3389,9 +3388,9 @@ vectors below it.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2615240"></a><h3>
<a name="id2615230"></a><h3>
<a name="gimp-image-raise-vectors-to-top"></a>gimp_image_raise_vectors_to_top ()</h3>
<a class="indexterm" name="id2615252"></a><pre class="programlisting">gboolean gimp_image_raise_vectors_to_top (gint32 image_ID,
<a class="indexterm" name="id2615242"></a><pre class="programlisting">gboolean gimp_image_raise_vectors_to_top (gint32 image_ID,
gint32 vectors_ID);</pre>
<p>
Raise the specified vectors in the image's vectors stack to top of