Imported Upstream version 2.3.15

This commit is contained in:
Ari Pollak
2010-08-11 01:21:06 -04:00
parent aca02f7697
commit d694295a3e
819 changed files with 63117 additions and 44484 deletions

View File

@ -31,16 +31,16 @@
<th width="100%" align="center">GIMP Library Reference Manual</th>
<td><a accesskey="n" href="libgimp-gimplayer.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2575264" class="shortcut">Top</a>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2583180" class="shortcut">Top</a>
&#160;|&#160;
<a href="#id2642916" class="shortcut">Description</a></nobr></td></tr>
<a href="#id2642919" class="shortcut">Description</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="libgimp-gimpimage"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2575264"></a><span class="refentrytitle">gimpimage</span>
<a name="id2583180"></a><span class="refentrytitle">gimpimage</span>
</h2>
<p>gimpimage &#8212; Operations on complete images.</p>
</td>
@ -250,7 +250,7 @@ gint <a href="libgimp-gimpimage.html#gimp-image-get-vectors-position">gim
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2642916"></a><h2>Description</h2>
<a name="id2642919"></a><h2>Description</h2>
<p>
Operations on complete images: creation, resizing/rescaling,
and operations involving multiple layers.
@ -258,11 +258,11 @@ and operations involving multiple layers.
</p>
</div>
<div class="refsect1" lang="en">
<a name="id2642931"></a><h2>Details</h2>
<a name="id2642934"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2642941"></a><h3>
<a name="id2642944"></a><h3>
<a name="gimp-image-list"></a>gimp_image_list ()</h3>
<a class="indexterm" name="id2642951"></a><pre class="programlisting">gint* gimp_image_list (gint *num_images);</pre>
<a class="indexterm" name="id2642954"></a><pre class="programlisting">gint* gimp_image_list (gint *num_images);</pre>
<p>
Returns the list of images currently open.
</p>
@ -290,9 +290,9 @@ GIMP.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643011"></a><h3>
<a name="id2643014"></a><h3>
<a name="gimp-image-new"></a>gimp_image_new ()</h3>
<a class="indexterm" name="id2643022"></a><pre class="programlisting">gint32 gimp_image_new (gint width,
<a class="indexterm" name="id2643025"></a><pre class="programlisting">gint32 gimp_image_new (gint width,
gint height,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
@ -338,9 +338,9 @@ as an argument will fail. Layers can be created using the
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643148"></a><h3>
<a name="id2643151"></a><h3>
<a name="gimp-image-duplicate"></a>gimp_image_duplicate ()</h3>
<a class="indexterm" name="id2643158"></a><pre class="programlisting">gint32 gimp_image_duplicate (gint32 image_ID);</pre>
<a class="indexterm" name="id2643162"></a><pre class="programlisting">gint32 gimp_image_duplicate (gint32 image_ID);</pre>
<p>
Duplicate the specified image
</p>
@ -368,9 +368,9 @@ channels, and image information.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643218"></a><h3>
<a name="id2643221"></a><h3>
<a name="gimp-image-delete"></a>gimp_image_delete ()</h3>
<a class="indexterm" name="id2643229"></a><pre class="programlisting">gboolean gimp_image_delete (gint32 image_ID);</pre>
<a class="indexterm" name="id2643232"></a><pre class="programlisting">gboolean gimp_image_delete (gint32 image_ID);</pre>
<p>
Delete the specified image.
</p>
@ -402,9 +402,9 @@ the image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643292"></a><h3>
<a name="id2643295"></a><h3>
<a name="gimp-image-is-valid"></a>gimp_image_is_valid ()</h3>
<a class="indexterm" name="id2643304"></a><pre class="programlisting">gboolean gimp_image_is_valid (gint32 image_ID);</pre>
<a class="indexterm" name="id2643307"></a><pre class="programlisting">gboolean gimp_image_is_valid (gint32 image_ID);</pre>
<p>
Returns TRUE if the image is valid.
</p>
@ -435,9 +435,9 @@ an existing image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643368"></a><h3>
<a name="id2643371"></a><h3>
<a name="gimp-image-base-type"></a>gimp_image_base_type ()</h3>
<a class="indexterm" name="id2643378"></a><pre class="programlisting"><a
<a class="indexterm" name="id2643381"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
>GimpImageBaseType</a> gimp_image_base_type (gint32 image_ID);</pre>
<p>
@ -467,9 +467,9 @@ must be of this subtype, but can have an optional alpha channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643438"></a><h3>
<a name="id2643441"></a><h3>
<a name="gimp-image-width"></a>gimp_image_width ()</h3>
<a class="indexterm" name="id2643448"></a><pre class="programlisting">gint gimp_image_width (gint32 image_ID);</pre>
<a class="indexterm" name="id2643451"></a><pre class="programlisting">gint gimp_image_width (gint32 image_ID);</pre>
<p>
Return the width of the image
</p>
@ -497,9 +497,9 @@ of any of the layers in this image. This is the \"canvas\" width.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643508"></a><h3>
<a name="id2643511"></a><h3>
<a name="gimp-image-height"></a>gimp_image_height ()</h3>
<a class="indexterm" name="id2643518"></a><pre class="programlisting">gint gimp_image_height (gint32 image_ID);</pre>
<a class="indexterm" name="id2643521"></a><pre class="programlisting">gint gimp_image_height (gint32 image_ID);</pre>
<p>
Return the height of the image
</p>
@ -527,9 +527,9 @@ of any of the layers in this image. This is the \"canvas\" height.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643578"></a><h3>
<a name="id2643581"></a><h3>
<a name="gimp-image-free-shadow"></a>gimp_image_free_shadow ()</h3>
<a class="indexterm" name="id2643588"></a><pre class="programlisting">gboolean gimp_image_free_shadow (gint32 image_ID);</pre>
<a class="indexterm" name="id2643591"></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>
@ -558,9 +558,9 @@ to <a href="libgimp-gimpimage.html#gimp-image-delete"><code class="function">gim
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643656"></a><h3>
<a name="id2643660"></a><h3>
<a name="gimp-image-flip"></a>gimp_image_flip ()</h3>
<a class="indexterm" name="id2643667"></a><pre class="programlisting">gboolean gimp_image_flip (gint32 image_ID,
<a class="indexterm" name="id2643670"></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.
@ -593,9 +593,9 @@ This procedure flips (mirrors) the image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643744"></a><h3>
<a name="id2643747"></a><h3>
<a name="gimp-image-rotate"></a>gimp_image_rotate ()</h3>
<a class="indexterm" name="id2643754"></a><pre class="programlisting">gboolean gimp_image_rotate (gint32 image_ID,
<a class="indexterm" name="id2643758"></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.
@ -628,9 +628,9 @@ This procedure rotates the image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643832"></a><h3>
<a name="id2643835"></a><h3>
<a name="gimp-image-resize"></a>gimp_image_resize ()</h3>
<a class="indexterm" name="id2643842"></a><pre class="programlisting">gboolean gimp_image_resize (gint32 image_ID,
<a class="indexterm" name="id2643845"></a><pre class="programlisting">gboolean gimp_image_resize (gint32 image_ID,
gint new_width,
gint new_height,
gint offx,
@ -688,9 +688,9 @@ according to the specified offsets.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2643986"></a><h3>
<a name="id2643989"></a><h3>
<a name="gimp-image-resize-to-layers"></a>gimp_image_resize_to_layers ()</h3>
<a class="indexterm" name="id2643999"></a><pre class="programlisting">gboolean gimp_image_resize_to_layers (gint32 image_ID);</pre>
<a class="indexterm" name="id2644002"></a><pre class="programlisting">gboolean gimp_image_resize_to_layers (gint32 image_ID);</pre>
<p>
Resize the image to fit all layers.
</p>
@ -723,9 +723,9 @@ image are repositioned to the new image area.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644065"></a><h3>
<a name="id2644068"></a><h3>
<a name="gimp-image-scale"></a>gimp_image_scale ()</h3>
<a class="indexterm" name="id2644075"></a><pre class="programlisting">gboolean gimp_image_scale (gint32 image_ID,
<a class="indexterm" name="id2644078"></a><pre class="programlisting">gboolean gimp_image_scale (gint32 image_ID,
gint new_width,
gint new_height);</pre>
<p>
@ -771,9 +771,9 @@ specified offsets.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644179"></a><h3>
<a name="id2644182"></a><h3>
<a name="gimp-image-crop"></a>gimp_image_crop ()</h3>
<a class="indexterm" name="id2644189"></a><pre class="programlisting">gboolean gimp_image_crop (gint32 image_ID,
<a class="indexterm" name="id2644192"></a><pre class="programlisting">gboolean gimp_image_crop (gint32 image_ID,
gint new_width,
gint new_height,
gint offx,
@ -829,9 +829,9 @@ range, an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644342"></a><h3>
<a name="id2644347"></a><h3>
<a name="gimp-image-get-layers"></a>gimp_image_get_layers ()</h3>
<a class="indexterm" name="id2644355"></a><pre class="programlisting">gint* gimp_image_get_layers (gint32 image_ID,
<a class="indexterm" name="id2644360"></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.
@ -865,9 +865,9 @@ image. The order of layers is from topmost to bottommost.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644445"></a><h3>
<a name="id2644450"></a><h3>
<a name="gimp-image-get-channels"></a>gimp_image_get_channels ()</h3>
<a class="indexterm" name="id2644459"></a><pre class="programlisting">gint* gimp_image_get_channels (gint32 image_ID,
<a class="indexterm" name="id2644464"></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.
@ -902,9 +902,9 @@ masks. The order is from topmost to bottommost.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644550"></a><h3>
<a name="id2644554"></a><h3>
<a name="gimp-image-get-active-drawable"></a>gimp_image_get_active_drawable ()</h3>
<a class="indexterm" name="id2644564"></a><pre class="programlisting">gint32 gimp_image_get_active_drawable (gint32 image_ID);</pre>
<a class="indexterm" name="id2644569"></a><pre class="programlisting">gint32 gimp_image_get_active_drawable (gint32 image_ID);</pre>
<p>
Get the image's active drawable
</p>
@ -936,9 +936,9 @@ is the active drawable.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644635"></a><h3>
<a name="id2644639"></a><h3>
<a name="gimp-image-get-floating-sel"></a>gimp_image_get_floating_sel ()</h3>
<a class="indexterm" name="id2644649"></a><pre class="programlisting">gint32 gimp_image_get_floating_sel (gint32 image_ID);</pre>
<a class="indexterm" name="id2644653"></a><pre class="programlisting">gint32 gimp_image_get_floating_sel (gint32 image_ID);</pre>
<p>
Return the floating selection of the image.
</p>
@ -966,9 +966,9 @@ If it doesn't exist, -1 is returned as the layer ID.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644715"></a><h3>
<a name="id2644720"></a><h3>
<a name="gimp-image-floating-sel-attached-to"></a>gimp_image_floating_sel_attached_to ()</h3>
<a class="indexterm" name="id2644730"></a><pre class="programlisting">gint32 gimp_image_floating_sel_attached_to
<a class="indexterm" name="id2644735"></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.
@ -998,9 +998,9 @@ the drawable ID.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644799"></a><h3>
<a name="id2644803"></a><h3>
<a name="gimp-image-pick-color"></a>gimp_image_pick_color ()</h3>
<a class="indexterm" name="id2644812"></a><pre class="programlisting">gboolean gimp_image_pick_color (gint32 image_ID,
<a class="indexterm" name="id2644817"></a><pre class="programlisting">gboolean gimp_image_pick_color (gint32 image_ID,
gint32 drawable_ID,
gdouble x,
gdouble y,
@ -1081,9 +1081,9 @@ a merged sampling, the supplied drawable is ignored.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645041"></a><h3>
<a name="id2645046"></a><h3>
<a name="gimp-image-pick-correlate-layer"></a>gimp_image_pick_correlate_layer ()</h3>
<a class="indexterm" name="id2645055"></a><pre class="programlisting">gint32 gimp_image_pick_correlate_layer (gint32 image_ID,
<a class="indexterm" name="id2645060"></a><pre class="programlisting">gint32 gimp_image_pick_correlate_layer (gint32 image_ID,
gint x,
gint y);</pre>
<p>
@ -1126,9 +1126,9 @@ layer is found.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645168"></a><h3>
<a name="id2645173"></a><h3>
<a name="gimp-image-add-layer"></a>gimp_image_add_layer ()</h3>
<a class="indexterm" name="id2645182"></a><pre class="programlisting">gboolean gimp_image_add_layer (gint32 image_ID,
<a class="indexterm" name="id2645187"></a><pre class="programlisting">gboolean gimp_image_add_layer (gint32 image_ID,
gint32 layer_ID,
gint position);</pre>
<p>
@ -1170,9 +1170,9 @@ with the image base type.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645293"></a><h3>
<a name="id2645298"></a><h3>
<a name="gimp-image-remove-layer"></a>gimp_image_remove_layer ()</h3>
<a class="indexterm" name="id2645307"></a><pre class="programlisting">gboolean gimp_image_remove_layer (gint32 image_ID,
<a class="indexterm" name="id2645312"></a><pre class="programlisting">gboolean gimp_image_remove_layer (gint32 image_ID,
gint32 layer_ID);</pre>
<p>
Remove the specified layer from the image.
@ -1209,9 +1209,9 @@ layer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645398"></a><h3>
<a name="id2645402"></a><h3>
<a name="gimp-image-raise-layer"></a>gimp_image_raise_layer ()</h3>
<a class="indexterm" name="id2645411"></a><pre class="programlisting">gboolean gimp_image_raise_layer (gint32 image_ID,
<a class="indexterm" name="id2645416"></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
@ -1246,9 +1246,9 @@ it.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645500"></a><h3>
<a name="id2645505"></a><h3>
<a name="gimp-image-lower-layer"></a>gimp_image_lower_layer ()</h3>
<a class="indexterm" name="id2645514"></a><pre class="programlisting">gboolean gimp_image_lower_layer (gint32 image_ID,
<a class="indexterm" name="id2645519"></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
@ -1283,9 +1283,9 @@ it.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645603"></a><h3>
<a name="id2645607"></a><h3>
<a name="gimp-image-raise-layer-to-top"></a>gimp_image_raise_layer_to_top ()</h3>
<a class="indexterm" name="id2645617"></a><pre class="programlisting">gboolean gimp_image_raise_layer_to_top (gint32 image_ID,
<a class="indexterm" name="id2645622"></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
@ -1320,9 +1320,9 @@ it.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645706"></a><h3>
<a name="id2645711"></a><h3>
<a name="gimp-image-lower-layer-to-bottom"></a>gimp_image_lower_layer_to_bottom ()</h3>
<a class="indexterm" name="id2645720"></a><pre class="programlisting">gboolean gimp_image_lower_layer_to_bottom
<a class="indexterm" name="id2645725"></a><pre class="programlisting">gboolean gimp_image_lower_layer_to_bottom
(gint32 image_ID,
gint32 layer_ID);</pre>
<p>
@ -1359,9 +1359,9 @@ it.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645810"></a><h3>
<a name="id2645815"></a><h3>
<a name="gimp-image-get-layer-position"></a>gimp_image_get_layer_position ()</h3>
<a class="indexterm" name="id2645827"></a><pre class="programlisting">gint gimp_image_get_layer_position (gint32 image_ID,
<a class="indexterm" name="id2645832"></a><pre class="programlisting">gint gimp_image_get_layer_position (gint32 image_ID,
gint32 layer_ID);</pre>
<p>
Returns the position of the layer in the layer stack.
@ -1399,9 +1399,9 @@ error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645921"></a><h3>
<a name="id2645926"></a><h3>
<a name="gimp-image-add-channel"></a>gimp_image_add_channel ()</h3>
<a class="indexterm" name="id2645935"></a><pre class="programlisting">gboolean gimp_image_add_channel (gint32 image_ID,
<a class="indexterm" name="id2645940"></a><pre class="programlisting">gboolean gimp_image_add_channel (gint32 image_ID,
gint32 channel_ID,
gint position);</pre>
<p>
@ -1442,9 +1442,9 @@ the top of the channel stack.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646045"></a><h3>
<a name="id2646050"></a><h3>
<a name="gimp-image-remove-channel"></a>gimp_image_remove_channel ()</h3>
<a class="indexterm" name="id2646060"></a><pre class="programlisting">gboolean gimp_image_remove_channel (gint32 image_ID,
<a class="indexterm" name="id2646064"></a><pre class="programlisting">gboolean gimp_image_remove_channel (gint32 image_ID,
gint32 channel_ID);</pre>
<p>
Remove the specified channel from the image.
@ -1478,9 +1478,9 @@ channel doesn't exist, an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646147"></a><h3>
<a name="id2646152"></a><h3>
<a name="gimp-image-raise-channel"></a>gimp_image_raise_channel ()</h3>
<a class="indexterm" name="id2646161"></a><pre class="programlisting">gboolean gimp_image_raise_channel (gint32 image_ID,
<a class="indexterm" name="id2646166"></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
@ -1515,9 +1515,9 @@ above it.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646250"></a><h3>
<a name="id2646255"></a><h3>
<a name="gimp-image-lower-channel"></a>gimp_image_lower_channel ()</h3>
<a class="indexterm" name="id2646264"></a><pre class="programlisting">gboolean gimp_image_lower_channel (gint32 image_ID,
<a class="indexterm" name="id2646269"></a><pre class="programlisting">gboolean gimp_image_lower_channel (gint32 image_ID,
gint32 channel_ID);</pre>
<p>
Lower the specified channel in the image's channel stack
@ -1552,9 +1552,9 @@ below it.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646353"></a><h3>
<a name="id2646358"></a><h3>
<a name="gimp-image-get-channel-position"></a>gimp_image_get_channel_position ()</h3>
<a class="indexterm" name="id2646370"></a><pre class="programlisting">gint gimp_image_get_channel_position (gint32 image_ID,
<a class="indexterm" name="id2646374"></a><pre class="programlisting">gint gimp_image_get_channel_position (gint32 image_ID,
gint32 channel_ID);</pre>
<p>
Returns the position of the channel in the channel stack.
@ -1592,9 +1592,9 @@ an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646464"></a><h3>
<a name="id2646469"></a><h3>
<a name="gimp-image-flatten"></a>gimp_image_flatten ()</h3>
<a class="indexterm" name="id2646478"></a><pre class="programlisting">gint32 gimp_image_flatten (gint32 image_ID);</pre>
<a class="indexterm" name="id2646483"></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.
@ -1624,9 +1624,9 @@ discarded, and the resulting image is stripped of its alpha channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646547"></a><h3>
<a name="id2646551"></a><h3>
<a name="gimp-image-merge-visible-layers"></a>gimp_image_merge_visible_layers ()</h3>
<a class="indexterm" name="id2646561"></a><pre class="programlisting">gint32 gimp_image_merge_visible_layers (gint32 image_ID,
<a class="indexterm" name="id2646566"></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.
@ -1664,9 +1664,9 @@ final layer to the size of the bottommost layer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646654"></a><h3>
<a name="id2646659"></a><h3>
<a name="gimp-image-merge-down"></a>gimp_image_merge_down ()</h3>
<a class="indexterm" name="id2646668"></a><pre class="programlisting">gint32 gimp_image_merge_down (gint32 image_ID,
<a class="indexterm" name="id2646672"></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>
@ -1711,9 +1711,9 @@ bottommost layer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646783"></a><h3>
<a name="id2646788"></a><h3>
<a name="gimp-image-clean-all"></a>gimp_image_clean_all ()</h3>
<a class="indexterm" name="id2646797"></a><pre class="programlisting">gboolean gimp_image_clean_all (gint32 image_ID);</pre>
<a class="indexterm" name="id2646802"></a><pre class="programlisting">gboolean gimp_image_clean_all (gint32 image_ID);</pre>
<p>
Set the image dirty count to 0.
</p>
@ -1745,9 +1745,9 @@ call this function themselves after saving the image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646868"></a><h3>
<a name="id2646873"></a><h3>
<a name="gimp-image-is-dirty"></a>gimp_image_is_dirty ()</h3>
<a class="indexterm" name="id2646882"></a><pre class="programlisting">gboolean gimp_image_is_dirty (gint32 image_ID);</pre>
<a class="indexterm" name="id2646886"></a><pre class="programlisting">gboolean gimp_image_is_dirty (gint32 image_ID);</pre>
<p>
Checks if the image has unsaved changes.
</p>
@ -1777,9 +1777,9 @@ after calling a save procedure to make the image clean.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646960"></a><h3>
<a name="id2646965"></a><h3>
<a name="gimp-image-get-active-layer"></a>gimp_image_get_active_layer ()</h3>
<a class="indexterm" name="id2646974"></a><pre class="programlisting">gint32 gimp_image_get_active_layer (gint32 image_ID);</pre>
<a class="indexterm" name="id2646979"></a><pre class="programlisting">gint32 gimp_image_get_active_layer (gint32 image_ID);</pre>
<p>
Returns the specified image's active layer.
</p>
@ -1808,9 +1808,9 @@ mask is active, then this will return the associated layer.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647042"></a><h3>
<a name="id2647047"></a><h3>
<a name="gimp-image-set-active-layer"></a>gimp_image_set_active_layer ()</h3>
<a class="indexterm" name="id2647057"></a><pre class="programlisting">gboolean gimp_image_set_active_layer (gint32 image_ID,
<a class="indexterm" name="id2647061"></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.
@ -1846,9 +1846,9 @@ procedure will return an execution error.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647147"></a><h3>
<a name="id2647151"></a><h3>
<a name="gimp-image-get-active-channel"></a>gimp_image_get_active_channel ()</h3>
<a class="indexterm" name="id2647160"></a><pre class="programlisting">gint32 gimp_image_get_active_channel (gint32 image_ID);</pre>
<a class="indexterm" name="id2647165"></a><pre class="programlisting">gint32 gimp_image_get_active_channel (gint32 image_ID);</pre>
<p>
Returns the specified image's active channel.
</p>
@ -1876,9 +1876,9 @@ otherwise, -1.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647227"></a><h3>
<a name="id2647232"></a><h3>
<a name="gimp-image-set-active-channel"></a>gimp_image_set_active_channel ()</h3>
<a class="indexterm" name="id2647241"></a><pre class="programlisting">gboolean gimp_image_set_active_channel (gint32 image_ID,
<a class="indexterm" name="id2647246"></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.
@ -1914,9 +1914,9 @@ this procedure will return an execution error.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647332"></a><h3>
<a name="id2647337"></a><h3>
<a name="gimp-image-unset-active-channel"></a>gimp_image_unset_active_channel ()</h3>
<a class="indexterm" name="id2647347"></a><pre class="programlisting">gboolean gimp_image_unset_active_channel (gint32 image_ID);</pre>
<a class="indexterm" name="id2647351"></a><pre class="programlisting">gboolean gimp_image_unset_active_channel (gint32 image_ID);</pre>
<p>
Unsets the active channel in the specified image.
</p>
@ -1946,9 +1946,9 @@ existing active channel.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647415"></a><h3>
<a name="id2647420"></a><h3>
<a name="gimp-image-get-selection"></a>gimp_image_get_selection ()</h3>
<a class="indexterm" name="id2647429"></a><pre class="programlisting">gint32 gimp_image_get_selection (gint32 image_ID);</pre>
<a class="indexterm" name="id2647433"></a><pre class="programlisting">gint32 gimp_image_get_selection (gint32 image_ID);</pre>
<p>
Returns the specified image's selection.
</p>
@ -1976,9 +1976,9 @@ represented as a channel internally.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647495"></a><h3>
<a name="id2647500"></a><h3>
<a name="gimp-image-get-component-active"></a>gimp_image_get_component_active ()</h3>
<a class="indexterm" name="id2647509"></a><pre class="programlisting">gboolean gimp_image_get_component_active (gint32 image_ID,
<a class="indexterm" name="id2647514"></a><pre class="programlisting">gboolean gimp_image_get_component_active (gint32 image_ID,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"
>GimpChannelType</a> component);</pre>
@ -2016,9 +2016,9 @@ component is not valid for the image type, an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647601"></a><h3>
<a name="id2647605"></a><h3>
<a name="gimp-image-set-component-active"></a>gimp_image_set_component_active ()</h3>
<a class="indexterm" name="id2647614"></a><pre class="programlisting">gboolean gimp_image_set_component_active (gint32 image_ID,
<a class="indexterm" name="id2647619"></a><pre class="programlisting">gboolean gimp_image_set_component_active (gint32 image_ID,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"
>GimpChannelType</a> component,
@ -2062,9 +2062,9 @@ component is not valid for the image type, an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647727"></a><h3>
<a name="id2647732"></a><h3>
<a name="gimp-image-get-component-visible"></a>gimp_image_get_component_visible ()</h3>
<a class="indexterm" name="id2647741"></a><pre class="programlisting">gboolean gimp_image_get_component_visible
<a class="indexterm" name="id2647746"></a><pre class="programlisting">gboolean gimp_image_get_component_visible
(gint32 image_ID,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"
@ -2104,9 +2104,9 @@ returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647833"></a><h3>
<a name="id2647838"></a><h3>
<a name="gimp-image-set-component-visible"></a>gimp_image_set_component_visible ()</h3>
<a class="indexterm" name="id2647848"></a><pre class="programlisting">gboolean gimp_image_set_component_visible
<a class="indexterm" name="id2647852"></a><pre class="programlisting">gboolean gimp_image_set_component_visible
(gint32 image_ID,
<a
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"
@ -2151,9 +2151,9 @@ component is not valid for the image type, an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2647961"></a><h3>
<a name="id2647966"></a><h3>
<a name="gimp-image-get-filename"></a>gimp_image_get_filename ()</h3>
<a class="indexterm" name="id2647975"></a><pre class="programlisting">gchar* gimp_image_get_filename (gint32 image_ID);</pre>
<a class="indexterm" name="id2647979"></a><pre class="programlisting">gchar* gimp_image_get_filename (gint32 image_ID);</pre>
<p>
Returns the specified image's filename.
</p>
@ -2182,9 +2182,9 @@ or has since been saved. Otherwise, this function returns <code class="literal">
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648052"></a><h3>
<a name="id2648057"></a><h3>
<a name="gimp-image-set-filename"></a>gimp_image_set_filename ()</h3>
<a class="indexterm" name="id2648066"></a><pre class="programlisting">gboolean gimp_image_set_filename (gint32 image_ID,
<a class="indexterm" name="id2648071"></a><pre class="programlisting">gboolean gimp_image_set_filename (gint32 image_ID,
const gchar *filename);</pre>
<p>
Sets the specified image's filename.
@ -2218,9 +2218,9 @@ should be in the filesystem encoding.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648154"></a><h3>
<a name="id2648159"></a><h3>
<a name="gimp-image-get-name"></a>gimp_image_get_name ()</h3>
<a class="indexterm" name="id2648168"></a><pre class="programlisting">gchar* gimp_image_get_name (gint32 image_ID);</pre>
<a class="indexterm" name="id2648173"></a><pre class="programlisting">gchar* gimp_image_get_name (gint32 image_ID);</pre>
<p>
Returns the specified image's name.
</p>
@ -2247,9 +2247,9 @@ This procedure returns the specified image's name.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648233"></a><h3>
<a name="id2648238"></a><h3>
<a name="gimp-image-get-resolution"></a>gimp_image_get_resolution ()</h3>
<a class="indexterm" name="id2648248"></a><pre class="programlisting">gboolean gimp_image_get_resolution (gint32 image_ID,
<a class="indexterm" name="id2648252"></a><pre class="programlisting">gboolean gimp_image_get_resolution (gint32 image_ID,
gdouble *xresolution,
gdouble *yresolution);</pre>
<p>
@ -2289,9 +2289,9 @@ inch. This value is independent of any of the layers in this image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648358"></a><h3>
<a name="id2648362"></a><h3>
<a name="gimp-image-set-resolution"></a>gimp_image_set_resolution ()</h3>
<a class="indexterm" name="id2648372"></a><pre class="programlisting">gboolean gimp_image_set_resolution (gint32 image_ID,
<a class="indexterm" name="id2648377"></a><pre class="programlisting">gboolean gimp_image_set_resolution (gint32 image_ID,
gdouble xresolution,
gdouble yresolution);</pre>
<p>
@ -2332,9 +2332,9 @@ No scaling or resizing is performed.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648483"></a><h3>
<a name="id2648488"></a><h3>
<a name="gimp-image-get-unit"></a>gimp_image_get_unit ()</h3>
<a class="indexterm" name="id2648497"></a><pre class="programlisting"><a
<a class="indexterm" name="id2648502"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
>GimpUnit</a> gimp_image_get_unit (gint32 image_ID);</pre>
<p>
@ -2366,9 +2366,9 @@ and a description of the unit system.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648565"></a><h3>
<a name="id2648570"></a><h3>
<a name="gimp-image-set-unit"></a>gimp_image_set_unit ()</h3>
<a class="indexterm" name="id2648579"></a><pre class="programlisting">gboolean gimp_image_set_unit (gint32 image_ID,
<a class="indexterm" name="id2648584"></a><pre class="programlisting">gboolean gimp_image_set_unit (gint32 image_ID,
<a
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
>GimpUnit</a> unit);</pre>
@ -2407,9 +2407,9 @@ system.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648669"></a><h3>
<a name="id2648674"></a><h3>
<a name="gimp-image-set-tattoo-state"></a>gimp_image_set_tattoo_state ()</h3>
<a class="indexterm" name="id2648683"></a><pre class="programlisting">gboolean gimp_image_set_tattoo_state (gint32 image_ID,
<a class="indexterm" name="id2648688"></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.
@ -2453,9 +2453,9 @@ that all is OK.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648782"></a><h3>
<a name="id2648786"></a><h3>
<a name="gimp-image-get-tattoo-state"></a>gimp_image_get_tattoo_state ()</h3>
<a class="indexterm" name="id2648796"></a><pre class="programlisting">gint gimp_image_get_tattoo_state (gint32 image_ID);</pre>
<a class="indexterm" name="id2648801"></a><pre class="programlisting">gint gimp_image_get_tattoo_state (gint32 image_ID);</pre>
<p>
Returns the tattoo state associated with the image.
</p>
@ -2484,9 +2484,9 @@ Using this function at other times will produce unexpected results.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648864"></a><h3>
<a name="id2648869"></a><h3>
<a name="gimp-image-get-layer-by-tattoo"></a>gimp_image_get_layer_by_tattoo ()</h3>
<a class="indexterm" name="id2648878"></a><pre class="programlisting">gint32 gimp_image_get_layer_by_tattoo (gint32 image_ID,
<a class="indexterm" name="id2648882"></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.
@ -2520,9 +2520,9 @@ specified image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2648966"></a><h3>
<a name="id2648971"></a><h3>
<a name="gimp-image-get-channel-by-tattoo"></a>gimp_image_get_channel_by_tattoo ()</h3>
<a class="indexterm" name="id2648980"></a><pre class="programlisting">gint32 gimp_image_get_channel_by_tattoo
<a class="indexterm" name="id2648985"></a><pre class="programlisting">gint32 gimp_image_get_channel_by_tattoo
(gint32 image_ID,
gint tattoo);</pre>
<p>
@ -2557,9 +2557,9 @@ specified image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2649069"></a><h3>
<a name="id2649074"></a><h3>
<a name="gimp-image-get-cmap"></a>gimp_image_get_cmap ()</h3>
<a class="indexterm" name="id2649086"></a><pre class="programlisting">guchar* gimp_image_get_cmap (gint32 image_ID,
<a class="indexterm" name="id2649090"></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>
@ -2593,9 +2593,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpimage.html#gimp-image-get
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2649191"></a><h3>
<a name="id2649195"></a><h3>
<a name="gimp-image-set-cmap"></a>gimp_image_set_cmap ()</h3>
<a class="indexterm" name="id2649207"></a><pre class="programlisting">gboolean gimp_image_set_cmap (gint32 image_ID,
<a class="indexterm" name="id2649212"></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;">
@ -2635,9 +2635,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpimage.html#gimp-image-set
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2649334"></a><h3>
<a name="id2649338"></a><h3>
<a name="gimp-image-get-colormap"></a>gimp_image_get_colormap ()</h3>
<a class="indexterm" name="id2649347"></a><pre class="programlisting">guchar* gimp_image_get_colormap (gint32 image_ID,
<a class="indexterm" name="id2649352"></a><pre class="programlisting">guchar* gimp_image_get_colormap (gint32 image_ID,
gint *num_colors);</pre>
<p>
Returns the image's colormap
@ -2672,9 +2672,9 @@ is not of base type INDEXED, this pointer will be NULL.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2649437"></a><h3>
<a name="id2649442"></a><h3>
<a name="gimp-image-set-colormap"></a>gimp_image_set_colormap ()</h3>
<a class="indexterm" name="id2649451"></a><pre class="programlisting">gboolean gimp_image_set_colormap (gint32 image_ID,
<a class="indexterm" name="id2649456"></a><pre class="programlisting">gboolean gimp_image_set_colormap (gint32 image_ID,
const guchar *colormap,
gint num_colors);</pre>
<p>
@ -2716,9 +2716,9 @@ in the \"cmap\" array.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2649563"></a><h3>
<a name="id2649568"></a><h3>
<a name="gimp-image-get-vectors"></a>gimp_image_get_vectors ()</h3>
<a class="indexterm" name="id2649579"></a><pre class="programlisting">gint* gimp_image_get_vectors (gint32 image_ID,
<a class="indexterm" name="id2649584"></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.
@ -2755,9 +2755,9 @@ specified image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2649673"></a><h3>
<a name="id2649678"></a><h3>
<a name="gimp-image-get-thumbnail-data"></a>gimp_image_get_thumbnail_data ()</h3>
<a class="indexterm" name="id2649687"></a><pre class="programlisting">guchar* gimp_image_get_thumbnail_data (gint32 image_ID,
<a class="indexterm" name="id2649692"></a><pre class="programlisting">guchar* gimp_image_get_thumbnail_data (gint32 image_ID,
gint *width,
gint *height,
gint *bpp);</pre>
@ -2799,9 +2799,9 @@ specified image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2649807"></a><h3>
<a name="id2649812"></a><h3>
<a name="gimp-image-parasite-find"></a>gimp_image_parasite_find ()</h3>
<a class="indexterm" name="id2649821"></a><pre class="programlisting"><a
<a class="indexterm" name="id2649826"></a><pre class="programlisting"><a
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
>GimpParasite</a>* gimp_image_parasite_find (gint32 image_ID,
const gchar *name);</pre>
@ -2837,9 +2837,9 @@ image.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2649909"></a><h3>
<a name="id2649913"></a><h3>
<a name="gimp-image-parasite-list"></a>gimp_image_parasite_list ()</h3>
<a class="indexterm" name="id2649923"></a><pre class="programlisting">gboolean gimp_image_parasite_list (gint32 image_ID,
<a class="indexterm" name="id2649927"></a><pre class="programlisting">gboolean gimp_image_parasite_list (gint32 image_ID,
gint *num_parasites,
gchar ***parasites);</pre>
<p>
@ -2878,9 +2878,9 @@ Returns a list of all currently attached parasites.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2650032"></a><h3>
<a name="id2650036"></a><h3>
<a name="gimp-image-parasite-attach"></a>gimp_image_parasite_attach ()</h3>
<a class="indexterm" name="id2650046"></a><pre class="programlisting">gboolean gimp_image_parasite_attach (gint32 image_ID,
<a class="indexterm" name="id2650051"></a><pre class="programlisting">gboolean gimp_image_parasite_attach (gint32 image_ID,
const <a
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
>GimpParasite</a> *parasite);</pre>
@ -2916,9 +2916,9 @@ values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2650134"></a><h3>
<a name="id2650138"></a><h3>
<a name="gimp-image-parasite-detach"></a>gimp_image_parasite_detach ()</h3>
<a class="indexterm" name="id2650148"></a><pre class="programlisting">gboolean gimp_image_parasite_detach (gint32 image_ID,
<a class="indexterm" name="id2650153"></a><pre class="programlisting">gboolean gimp_image_parasite_detach (gint32 image_ID,
const gchar *name);</pre>
<p>
Removes a parasite from an image.
@ -2952,9 +2952,9 @@ values.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2650235"></a><h3>
<a name="id2650240"></a><h3>
<a name="gimp-image-attach-new-parasite"></a>gimp_image_attach_new_parasite ()</h3>
<a class="indexterm" name="id2650250"></a><pre class="programlisting">gboolean gimp_image_attach_new_parasite (gint32 image_ID,
<a class="indexterm" name="id2650254"></a><pre class="programlisting">gboolean gimp_image_attach_new_parasite (gint32 image_ID,
const gchar *name,
gint flags,
gint size,
@ -3014,9 +3014,9 @@ See Also: <a href="libgimp-gimpimage.html#gimp-image-parasite-attach"><code clas
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2650439"></a><h3>
<a name="id2650443"></a><h3>
<a name="gimp-image-add-vectors"></a>gimp_image_add_vectors ()</h3>
<a class="indexterm" name="id2650452"></a><pre class="programlisting">gboolean gimp_image_add_vectors (gint32 image_ID,
<a class="indexterm" name="id2650457"></a><pre class="programlisting">gboolean gimp_image_add_vectors (gint32 image_ID,
gint32 vectors_ID,
gint position);</pre>
<p>
@ -3057,9 +3057,9 @@ object is inserted at the top of the vectors stack.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2650563"></a><h3>
<a name="id2650568"></a><h3>
<a name="gimp-image-remove-vectors"></a>gimp_image_remove_vectors ()</h3>
<a class="indexterm" name="id2650580"></a><pre class="programlisting">gboolean gimp_image_remove_vectors (gint32 image_ID,
<a class="indexterm" name="id2650584"></a><pre class="programlisting">gboolean gimp_image_remove_vectors (gint32 image_ID,
gint32 vectors_ID);</pre>
<p>
Remove the specified path from the image.
@ -3096,9 +3096,9 @@ path doesn't exist, an error is returned.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2650672"></a><h3>
<a name="id2650677"></a><h3>
<a name="gimp-image-get-active-vectors"></a>gimp_image_get_active_vectors ()</h3>
<a class="indexterm" name="id2650686"></a><pre class="programlisting">gint32 gimp_image_get_active_vectors (gint32 image_ID);</pre>
<a class="indexterm" name="id2650691"></a><pre class="programlisting">gint32 gimp_image_get_active_vectors (gint32 image_ID);</pre>
<p>
Returns the specified image's active vectors.
</p>
@ -3125,9 +3125,9 @@ If there is an active path, its ID will be returned, otherwise, -1.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2650753"></a><h3>
<a name="id2650757"></a><h3>
<a name="gimp-image-set-active-vectors"></a>gimp_image_set_active_vectors ()</h3>
<a class="indexterm" name="id2650767"></a><pre class="programlisting">gboolean gimp_image_set_active_vectors (gint32 image_ID,
<a class="indexterm" name="id2650772"></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.
@ -3160,9 +3160,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="id2650855"></a><h3>
<a name="id2650860"></a><h3>
<a name="gimp-image-lower-vectors"></a>gimp_image_lower_vectors ()</h3>
<a class="indexterm" name="id2650871"></a><pre class="programlisting">gboolean gimp_image_lower_vectors (gint32 image_ID,
<a class="indexterm" name="id2650876"></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
@ -3200,9 +3200,9 @@ below it.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2650965"></a><h3>
<a name="id2650970"></a><h3>
<a name="gimp-image-raise-vectors"></a>gimp_image_raise_vectors ()</h3>
<a class="indexterm" name="id2650981"></a><pre class="programlisting">gboolean gimp_image_raise_vectors (gint32 image_ID,
<a class="indexterm" name="id2650986"></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
@ -3240,9 +3240,9 @@ above it.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2651075"></a><h3>
<a name="id2651080"></a><h3>
<a name="gimp-image-lower-vectors-to-bottom"></a>gimp_image_lower_vectors_to_bottom ()</h3>
<a class="indexterm" name="id2651093"></a><pre class="programlisting">gboolean gimp_image_lower_vectors_to_bottom
<a class="indexterm" name="id2651097"></a><pre class="programlisting">gboolean gimp_image_lower_vectors_to_bottom
(gint32 image_ID,
gint32 vectors_ID);</pre>
<p>
@ -3282,9 +3282,9 @@ vectors below it.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2651187"></a><h3>
<a name="id2651192"></a><h3>
<a name="gimp-image-raise-vectors-to-top"></a>gimp_image_raise_vectors_to_top ()</h3>
<a class="indexterm" name="id2651204"></a><pre class="programlisting">gboolean gimp_image_raise_vectors_to_top (gint32 image_ID,
<a class="indexterm" name="id2651209"></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
@ -3323,9 +3323,9 @@ above it.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2651298"></a><h3>
<a name="id2651303"></a><h3>
<a name="gimp-image-get-vectors-position"></a>gimp_image_get_vectors_position ()</h3>
<a class="indexterm" name="id2651315"></a><pre class="programlisting">gint gimp_image_get_vectors_position (gint32 image_ID,
<a class="indexterm" name="id2651320"></a><pre class="programlisting">gint gimp_image_get_vectors_position (gint32 image_ID,
gint32 vectors_ID);</pre>
<p>
Returns the position of the vectors object in the vectors objects