Imported Upstream version 2.3.10
This commit is contained in:
@ -252,9 +252,9 @@ and operations involving multiple layers.
|
||||
<div class="refsect1" lang="en">
|
||||
<a name="details"></a><h2>Details</h2>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2610993"></a><h3>
|
||||
<a name="id2616469"></a><h3>
|
||||
<a name="gimp-image-list"></a>gimp_image_list ()</h3>
|
||||
<a class="indexterm" name="id2611003"></a><pre class="programlisting">gint* gimp_image_list (gint *num_images);</pre>
|
||||
<a class="indexterm" name="id2616479"></a><pre class="programlisting">gint* gimp_image_list (gint *num_images);</pre>
|
||||
<p>
|
||||
Returns the list of images currently open.
|
||||
</p>
|
||||
@ -284,9 +284,9 @@ GIMP.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611064"></a><h3>
|
||||
<a name="id2616540"></a><h3>
|
||||
<a name="gimp-image-new"></a>gimp_image_new ()</h3>
|
||||
<a class="indexterm" name="id2611074"></a><pre class="programlisting">gint32 gimp_image_new (gint width,
|
||||
<a class="indexterm" name="id2616550"></a><pre class="programlisting">gint32 gimp_image_new (gint width,
|
||||
gint height,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
|
||||
@ -297,10 +297,10 @@ Creates a new image with the specified width, height, and type.
|
||||
<p>
|
||||
Creates a new image, undisplayed with the specified extents and
|
||||
type. A layer should be created and added before this image is
|
||||
displayed, or subsequent calls to 'gimp_display_new' with this image
|
||||
displayed, or subsequent calls to <a href="libgimp-gimpdisplay.html#gimp-display-new"><code class="function">gimp_display_new()</code></a> with this image
|
||||
as an argument will fail. Layers can be created using the
|
||||
'gimp_layer_new' commands. They can be added to an image using the
|
||||
'gimp_image_add_layer' command.</p>
|
||||
<a href="libgimp-gimplayer.html#gimp-layer-new"><code class="function">gimp_layer_new()</code></a> commands. They can be added to an image using the
|
||||
<a href="libgimp-gimpimage.html#gimp-image-add-layer"><code class="function">gimp_image_add_layer()</code></a> command.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -336,9 +336,9 @@ as an argument will fail. Layers can be created using the
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611176"></a><h3>
|
||||
<a name="id2616676"></a><h3>
|
||||
<a name="gimp-image-duplicate"></a>gimp_image_duplicate ()</h3>
|
||||
<a class="indexterm" name="id2611187"></a><pre class="programlisting">gint32 gimp_image_duplicate (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2616687"></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="id2611246"></a><h3>
|
||||
<a name="id2616746"></a><h3>
|
||||
<a name="gimp-image-delete"></a>gimp_image_delete ()</h3>
|
||||
<a class="indexterm" name="id2611257"></a><pre class="programlisting">gboolean gimp_image_delete (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2616757"></a><pre class="programlisting">gboolean gimp_image_delete (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Delete the specified image.
|
||||
</p>
|
||||
@ -404,9 +404,9 @@ the image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611320"></a><h3>
|
||||
<a name="id2616820"></a><h3>
|
||||
<a name="gimp-image-base-type"></a>gimp_image_base_type ()</h3>
|
||||
<a class="indexterm" name="id2611330"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2616830"></a><pre class="programlisting"><a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpImageBaseType"
|
||||
>GimpImageBaseType</a> gimp_image_base_type (gint32 image_ID);</pre>
|
||||
<p>
|
||||
@ -438,9 +438,9 @@ must be of this subtype, but can have an optional alpha channel.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611390"></a><h3>
|
||||
<a name="id2616890"></a><h3>
|
||||
<a name="gimp-image-width"></a>gimp_image_width ()</h3>
|
||||
<a class="indexterm" name="id2611400"></a><pre class="programlisting">gint gimp_image_width (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2616900"></a><pre class="programlisting">gint gimp_image_width (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Return the width of the image
|
||||
</p>
|
||||
@ -470,9 +470,9 @@ of any of the layers in this image. This is the \"canvas\" width.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611460"></a><h3>
|
||||
<a name="id2616960"></a><h3>
|
||||
<a name="gimp-image-height"></a>gimp_image_height ()</h3>
|
||||
<a class="indexterm" name="id2611470"></a><pre class="programlisting">gint gimp_image_height (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2616970"></a><pre class="programlisting">gint gimp_image_height (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Return the height of the image
|
||||
</p>
|
||||
@ -502,16 +502,16 @@ of any of the layers in this image. This is the \"canvas\" height.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611530"></a><h3>
|
||||
<a name="id2617030"></a><h3>
|
||||
<a name="gimp-image-free-shadow"></a>gimp_image_free_shadow ()</h3>
|
||||
<a class="indexterm" name="id2611540"></a><pre class="programlisting">gboolean gimp_image_free_shadow (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2617040"></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>
|
||||
<p>
|
||||
This procedure is intended as a memory saving device. If any shadow
|
||||
memory has been allocated, it will be freed automatically on a call
|
||||
to 'gimp_image_delete'.</p>
|
||||
to <a href="libgimp-gimpimage.html#gimp-image-delete"><code class="function">gimp_image_delete()</code></a>.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -535,9 +535,9 @@ to 'gimp_image_delete'.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611601"></a><h3>
|
||||
<a name="id2617109"></a><h3>
|
||||
<a name="gimp-image-flip"></a>gimp_image_flip ()</h3>
|
||||
<a class="indexterm" name="id2611611"></a><pre class="programlisting">gboolean gimp_image_flip (gint32 image_ID,
|
||||
<a class="indexterm" name="id2617119"></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.
|
||||
@ -573,9 +573,9 @@ This procedure flips (mirrors) the image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611688"></a><h3>
|
||||
<a name="id2617196"></a><h3>
|
||||
<a name="gimp-image-rotate"></a>gimp_image_rotate ()</h3>
|
||||
<a class="indexterm" name="id2611699"></a><pre class="programlisting">gboolean gimp_image_rotate (gint32 image_ID,
|
||||
<a class="indexterm" name="id2617207"></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.
|
||||
@ -611,9 +611,9 @@ This procedure rotates the image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611776"></a><h3>
|
||||
<a name="id2617284"></a><h3>
|
||||
<a name="gimp-image-resize"></a>gimp_image_resize ()</h3>
|
||||
<a class="indexterm" name="id2611786"></a><pre class="programlisting">gboolean gimp_image_resize (gint32 image_ID,
|
||||
<a class="indexterm" name="id2617294"></a><pre class="programlisting">gboolean gimp_image_resize (gint32 image_ID,
|
||||
gint new_width,
|
||||
gint new_height,
|
||||
gint offx,
|
||||
@ -677,9 +677,9 @@ according to the specified offsets.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2611930"></a><h3>
|
||||
<a name="id2617438"></a><h3>
|
||||
<a name="gimp-image-resize-to-layers"></a>gimp_image_resize_to_layers ()</h3>
|
||||
<a class="indexterm" name="id2611943"></a><pre class="programlisting">gboolean gimp_image_resize_to_layers (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2617451"></a><pre class="programlisting">gboolean gimp_image_resize_to_layers (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Resize the image to fit all layers.
|
||||
</p>
|
||||
@ -714,9 +714,9 @@ image are repositioned to the new image area.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612009"></a><h3>
|
||||
<a name="id2617517"></a><h3>
|
||||
<a name="gimp-image-scale"></a>gimp_image_scale ()</h3>
|
||||
<a class="indexterm" name="id2612019"></a><pre class="programlisting">gboolean gimp_image_scale (gint32 image_ID,
|
||||
<a class="indexterm" name="id2617527"></a><pre class="programlisting">gboolean gimp_image_scale (gint32 image_ID,
|
||||
gint new_width,
|
||||
gint new_height);</pre>
|
||||
<p>
|
||||
@ -766,9 +766,9 @@ specified offsets.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612123"></a><h3>
|
||||
<a name="id2617631"></a><h3>
|
||||
<a name="gimp-image-crop"></a>gimp_image_crop ()</h3>
|
||||
<a class="indexterm" name="id2612133"></a><pre class="programlisting">gboolean gimp_image_crop (gint32 image_ID,
|
||||
<a class="indexterm" name="id2617641"></a><pre class="programlisting">gboolean gimp_image_crop (gint32 image_ID,
|
||||
gint new_width,
|
||||
gint new_height,
|
||||
gint offx,
|
||||
@ -830,9 +830,9 @@ range, an error is returned.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612276"></a><h3>
|
||||
<a name="id2617784"></a><h3>
|
||||
<a name="gimp-image-get-layers"></a>gimp_image_get_layers ()</h3>
|
||||
<a class="indexterm" name="id2612287"></a><pre class="programlisting">gint* gimp_image_get_layers (gint32 image_ID,
|
||||
<a class="indexterm" name="id2617795"></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.
|
||||
@ -869,9 +869,9 @@ image. The order of layers is from topmost to bottommost.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612368"></a><h3>
|
||||
<a name="id2617882"></a><h3>
|
||||
<a name="gimp-image-get-channels"></a>gimp_image_get_channels ()</h3>
|
||||
<a class="indexterm" name="id2612378"></a><pre class="programlisting">gint* gimp_image_get_channels (gint32 image_ID,
|
||||
<a class="indexterm" name="id2617896"></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.
|
||||
@ -909,9 +909,9 @@ masks. The order is from topmost to bottommost.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612466"></a><h3>
|
||||
<a name="id2617986"></a><h3>
|
||||
<a name="gimp-image-get-active-drawable"></a>gimp_image_get_active_drawable ()</h3>
|
||||
<a class="indexterm" name="id2612480"></a><pre class="programlisting">gint32 gimp_image_get_active_drawable (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2618000"></a><pre class="programlisting">gint32 gimp_image_get_active_drawable (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Get the image's active drawable
|
||||
</p>
|
||||
@ -945,9 +945,9 @@ is the active drawable.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612551"></a><h3>
|
||||
<a name="id2618071"></a><h3>
|
||||
<a name="gimp-image-unset-active-channel"></a>gimp_image_unset_active_channel ()</h3>
|
||||
<a class="indexterm" name="id2612565"></a><pre class="programlisting">gboolean gimp_image_unset_active_channel (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2618086"></a><pre class="programlisting">gboolean gimp_image_unset_active_channel (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Unsets the active channel in the specified image.
|
||||
</p>
|
||||
@ -979,9 +979,9 @@ existing active channel.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612634"></a><h3>
|
||||
<a name="id2618154"></a><h3>
|
||||
<a name="gimp-image-get-floating-sel"></a>gimp_image_get_floating_sel ()</h3>
|
||||
<a class="indexterm" name="id2612648"></a><pre class="programlisting">gint32 gimp_image_get_floating_sel (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2618168"></a><pre class="programlisting">gint32 gimp_image_get_floating_sel (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Return the floating selection of the image.
|
||||
</p>
|
||||
@ -1011,9 +1011,9 @@ If it doesn't exist, -1 is returned as the layer ID.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612714"></a><h3>
|
||||
<a name="id2618235"></a><h3>
|
||||
<a name="gimp-image-floating-sel-attached-to"></a>gimp_image_floating_sel_attached_to ()</h3>
|
||||
<a class="indexterm" name="id2612729"></a><pre class="programlisting">gint32 gimp_image_floating_sel_attached_to
|
||||
<a class="indexterm" name="id2618249"></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.
|
||||
@ -1045,9 +1045,9 @@ the drawable ID.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2612798"></a><h3>
|
||||
<a name="id2618318"></a><h3>
|
||||
<a name="gimp-image-pick-color"></a>gimp_image_pick_color ()</h3>
|
||||
<a class="indexterm" name="id2612812"></a><pre class="programlisting">gboolean gimp_image_pick_color (gint32 image_ID,
|
||||
<a class="indexterm" name="id2618332"></a><pre class="programlisting">gboolean gimp_image_pick_color (gint32 image_ID,
|
||||
gint32 drawable_ID,
|
||||
gdouble x,
|
||||
gdouble y,
|
||||
@ -1137,9 +1137,9 @@ a merged sampling, the supplied drawable is ignored.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2613040"></a><h3>
|
||||
<a name="id2618561"></a><h3>
|
||||
<a name="gimp-image-pick-correlate-layer"></a>gimp_image_pick_correlate_layer ()</h3>
|
||||
<a class="indexterm" name="id2613054"></a><pre class="programlisting">gint32 gimp_image_pick_correlate_layer (gint32 image_ID,
|
||||
<a class="indexterm" name="id2618574"></a><pre class="programlisting">gint32 gimp_image_pick_correlate_layer (gint32 image_ID,
|
||||
gint x,
|
||||
gint y);</pre>
|
||||
<p>
|
||||
@ -1186,9 +1186,9 @@ layer is found.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2613167"></a><h3>
|
||||
<a name="id2618688"></a><h3>
|
||||
<a name="gimp-image-add-layer"></a>gimp_image_add_layer ()</h3>
|
||||
<a class="indexterm" name="id2613181"></a><pre class="programlisting">gboolean gimp_image_add_layer (gint32 image_ID,
|
||||
<a class="indexterm" name="id2618701"></a><pre class="programlisting">gboolean gimp_image_add_layer (gint32 image_ID,
|
||||
gint32 layer_ID,
|
||||
gint position);</pre>
|
||||
<p>
|
||||
@ -1235,9 +1235,9 @@ must be compatible with the image base type.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2613294"></a><h3>
|
||||
<a name="id2618814"></a><h3>
|
||||
<a name="gimp-image-remove-layer"></a>gimp_image_remove_layer ()</h3>
|
||||
<a class="indexterm" name="id2613307"></a><pre class="programlisting">gboolean gimp_image_remove_layer (gint32 image_ID,
|
||||
<a class="indexterm" name="id2618828"></a><pre class="programlisting">gboolean gimp_image_remove_layer (gint32 image_ID,
|
||||
gint32 layer_ID);</pre>
|
||||
<p>
|
||||
Remove the specified layer from the image.
|
||||
@ -1277,9 +1277,9 @@ layer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2613398"></a><h3>
|
||||
<a name="id2618918"></a><h3>
|
||||
<a name="gimp-image-raise-layer"></a>gimp_image_raise_layer ()</h3>
|
||||
<a class="indexterm" name="id2613412"></a><pre class="programlisting">gboolean gimp_image_raise_layer (gint32 image_ID,
|
||||
<a class="indexterm" name="id2618932"></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
|
||||
@ -1317,9 +1317,9 @@ it.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2613501"></a><h3>
|
||||
<a name="id2619021"></a><h3>
|
||||
<a name="gimp-image-lower-layer"></a>gimp_image_lower_layer ()</h3>
|
||||
<a class="indexterm" name="id2613514"></a><pre class="programlisting">gboolean gimp_image_lower_layer (gint32 image_ID,
|
||||
<a class="indexterm" name="id2619035"></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
|
||||
@ -1357,9 +1357,9 @@ it.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2613603"></a><h3>
|
||||
<a name="id2619124"></a><h3>
|
||||
<a name="gimp-image-raise-layer-to-top"></a>gimp_image_raise_layer_to_top ()</h3>
|
||||
<a class="indexterm" name="id2613617"></a><pre class="programlisting">gboolean gimp_image_raise_layer_to_top (gint32 image_ID,
|
||||
<a class="indexterm" name="id2619138"></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
|
||||
@ -1397,9 +1397,9 @@ it.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2613707"></a><h3>
|
||||
<a name="id2619227"></a><h3>
|
||||
<a name="gimp-image-lower-layer-to-bottom"></a>gimp_image_lower_layer_to_bottom ()</h3>
|
||||
<a class="indexterm" name="id2613721"></a><pre class="programlisting">gboolean gimp_image_lower_layer_to_bottom
|
||||
<a class="indexterm" name="id2619241"></a><pre class="programlisting">gboolean gimp_image_lower_layer_to_bottom
|
||||
(gint32 image_ID,
|
||||
gint32 layer_ID);</pre>
|
||||
<p>
|
||||
@ -1439,9 +1439,9 @@ it.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2613811"></a><h3>
|
||||
<a name="id2619331"></a><h3>
|
||||
<a name="gimp-image-add-channel"></a>gimp_image_add_channel ()</h3>
|
||||
<a class="indexterm" name="id2613825"></a><pre class="programlisting">gboolean gimp_image_add_channel (gint32 image_ID,
|
||||
<a class="indexterm" name="id2619345"></a><pre class="programlisting">gboolean gimp_image_add_channel (gint32 image_ID,
|
||||
gint32 channel_ID,
|
||||
gint position);</pre>
|
||||
<p>
|
||||
@ -1486,9 +1486,9 @@ the top of the channel stack.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2613935"></a><h3>
|
||||
<a name="id2619455"></a><h3>
|
||||
<a name="gimp-image-remove-channel"></a>gimp_image_remove_channel ()</h3>
|
||||
<a class="indexterm" name="id2613949"></a><pre class="programlisting">gboolean gimp_image_remove_channel (gint32 image_ID,
|
||||
<a class="indexterm" name="id2619470"></a><pre class="programlisting">gboolean gimp_image_remove_channel (gint32 image_ID,
|
||||
gint32 channel_ID);</pre>
|
||||
<p>
|
||||
Remove the specified channel from the image.
|
||||
@ -1525,9 +1525,9 @@ channel doesn't exist, an error is returned.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614037"></a><h3>
|
||||
<a name="id2619557"></a><h3>
|
||||
<a name="gimp-image-raise-channel"></a>gimp_image_raise_channel ()</h3>
|
||||
<a class="indexterm" name="id2614051"></a><pre class="programlisting">gboolean gimp_image_raise_channel (gint32 image_ID,
|
||||
<a class="indexterm" name="id2619571"></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
|
||||
@ -1565,9 +1565,9 @@ above it.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614140"></a><h3>
|
||||
<a name="id2619660"></a><h3>
|
||||
<a name="gimp-image-lower-channel"></a>gimp_image_lower_channel ()</h3>
|
||||
<a class="indexterm" name="id2614154"></a><pre class="programlisting">gboolean gimp_image_lower_channel (gint32 image_ID,
|
||||
<a class="indexterm" name="id2619674"></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
|
||||
@ -1605,9 +1605,9 @@ below it.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614242"></a><h3>
|
||||
<a name="id2619763"></a><h3>
|
||||
<a name="gimp-image-flatten"></a>gimp_image_flatten ()</h3>
|
||||
<a class="indexterm" name="id2614256"></a><pre class="programlisting">gint32 gimp_image_flatten (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2619777"></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.
|
||||
@ -1639,9 +1639,9 @@ discarded, and the resulting image is stripped of its alpha channel.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614325"></a><h3>
|
||||
<a name="id2619845"></a><h3>
|
||||
<a name="gimp-image-merge-visible-layers"></a>gimp_image_merge_visible_layers ()</h3>
|
||||
<a class="indexterm" name="id2614339"></a><pre class="programlisting">gint32 gimp_image_merge_visible_layers (gint32 image_ID,
|
||||
<a class="indexterm" name="id2619860"></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.
|
||||
@ -1682,9 +1682,9 @@ final layer to the size of the bottommost layer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614432"></a><h3>
|
||||
<a name="id2619953"></a><h3>
|
||||
<a name="gimp-image-merge-down"></a>gimp_image_merge_down ()</h3>
|
||||
<a class="indexterm" name="id2614446"></a><pre class="programlisting">gint32 gimp_image_merge_down (gint32 image_ID,
|
||||
<a class="indexterm" name="id2619966"></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>
|
||||
@ -1733,9 +1733,9 @@ bottommost layer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614561"></a><h3>
|
||||
<a name="id2620082"></a><h3>
|
||||
<a name="gimp-image-clean-all"></a>gimp_image_clean_all ()</h3>
|
||||
<a class="indexterm" name="id2614575"></a><pre class="programlisting">gboolean gimp_image_clean_all (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2620096"></a><pre class="programlisting">gboolean gimp_image_clean_all (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Set the image dirty count to 0.
|
||||
</p>
|
||||
@ -1769,16 +1769,16 @@ call this function themselves after saving the image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614646"></a><h3>
|
||||
<a name="id2620167"></a><h3>
|
||||
<a name="gimp-image-is-dirty"></a>gimp_image_is_dirty ()</h3>
|
||||
<a class="indexterm" name="id2614660"></a><pre class="programlisting">gboolean gimp_image_is_dirty (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2620181"></a><pre class="programlisting">gboolean gimp_image_is_dirty (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Checks if the image has unsaved changes.
|
||||
</p>
|
||||
<p>
|
||||
This procedure checks the specified image's dirty count to see if it
|
||||
needs to be saved. Note that saving the image does not automatically
|
||||
set the dirty count to 0, you need to call gimp-image-clean-all
|
||||
set the dirty count to 0, you need to call <a href="libgimp-gimpimage.html#gimp-image-clean-all"><code class="function">gimp_image_clean_all()</code></a>
|
||||
after calling a save procedure to make the image clean.</p>
|
||||
<p>
|
||||
|
||||
@ -1803,9 +1803,9 @@ after calling a save procedure to make the image clean.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614729"></a><h3>
|
||||
<a name="id2620259"></a><h3>
|
||||
<a name="gimp-image-get-active-layer"></a>gimp_image_get_active_layer ()</h3>
|
||||
<a class="indexterm" name="id2614744"></a><pre class="programlisting">gint32 gimp_image_get_active_layer (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2620274"></a><pre class="programlisting">gint32 gimp_image_get_active_layer (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Returns the specified image's active layer.
|
||||
</p>
|
||||
@ -1836,9 +1836,9 @@ mask is active, then this will return the associated layer.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614812"></a><h3>
|
||||
<a name="id2620341"></a><h3>
|
||||
<a name="gimp-image-set-active-layer"></a>gimp_image_set_active_layer ()</h3>
|
||||
<a class="indexterm" name="id2614826"></a><pre class="programlisting">gboolean gimp_image_set_active_layer (gint32 image_ID,
|
||||
<a class="indexterm" name="id2620356"></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.
|
||||
@ -1877,9 +1877,9 @@ procedure will return an execution error.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614916"></a><h3>
|
||||
<a name="id2620446"></a><h3>
|
||||
<a name="gimp-image-get-active-channel"></a>gimp_image_get_active_channel ()</h3>
|
||||
<a class="indexterm" name="id2614930"></a><pre class="programlisting">gint32 gimp_image_get_active_channel (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2620460"></a><pre class="programlisting">gint32 gimp_image_get_active_channel (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Returns the specified image's active channel.
|
||||
</p>
|
||||
@ -1909,9 +1909,9 @@ otherwise, -1.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2614996"></a><h3>
|
||||
<a name="id2620526"></a><h3>
|
||||
<a name="gimp-image-set-active-channel"></a>gimp_image_set_active_channel ()</h3>
|
||||
<a class="indexterm" name="id2615011"></a><pre class="programlisting">gboolean gimp_image_set_active_channel (gint32 image_ID,
|
||||
<a class="indexterm" name="id2620540"></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.
|
||||
@ -1950,9 +1950,9 @@ this procedure will return an execution error.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615102"></a><h3>
|
||||
<a name="id2620632"></a><h3>
|
||||
<a name="gimp-image-get-selection"></a>gimp_image_get_selection ()</h3>
|
||||
<a class="indexterm" name="id2615115"></a><pre class="programlisting">gint32 gimp_image_get_selection (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2620645"></a><pre class="programlisting">gint32 gimp_image_get_selection (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Returns the specified image's selection.
|
||||
</p>
|
||||
@ -1982,9 +1982,9 @@ represented as a channel internally.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615182"></a><h3>
|
||||
<a name="id2620712"></a><h3>
|
||||
<a name="gimp-image-get-component-active"></a>gimp_image_get_component_active ()</h3>
|
||||
<a class="indexterm" name="id2615195"></a><pre class="programlisting">gboolean gimp_image_get_component_active (gint32 image_ID,
|
||||
<a class="indexterm" name="id2620725"></a><pre class="programlisting">gboolean gimp_image_get_component_active (gint32 image_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"
|
||||
>GimpChannelType</a> component);</pre>
|
||||
@ -2025,9 +2025,9 @@ component is not valid for the image type, an error is returned.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615287"></a><h3>
|
||||
<a name="id2620817"></a><h3>
|
||||
<a name="gimp-image-set-component-active"></a>gimp_image_set_component_active ()</h3>
|
||||
<a class="indexterm" name="id2615301"></a><pre class="programlisting">gboolean gimp_image_set_component_active (gint32 image_ID,
|
||||
<a class="indexterm" name="id2620831"></a><pre class="programlisting">gboolean gimp_image_set_component_active (gint32 image_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"
|
||||
>GimpChannelType</a> component,
|
||||
@ -2075,9 +2075,9 @@ component is not valid for the image type, an error is returned.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615413"></a><h3>
|
||||
<a name="id2620943"></a><h3>
|
||||
<a name="gimp-image-get-component-visible"></a>gimp_image_get_component_visible ()</h3>
|
||||
<a class="indexterm" name="id2615428"></a><pre class="programlisting">gboolean gimp_image_get_component_visible
|
||||
<a class="indexterm" name="id2620957"></a><pre class="programlisting">gboolean gimp_image_get_component_visible
|
||||
(gint32 image_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"
|
||||
@ -2120,9 +2120,9 @@ returned.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615520"></a><h3>
|
||||
<a name="id2621050"></a><h3>
|
||||
<a name="gimp-image-set-component-visible"></a>gimp_image_set_component_visible ()</h3>
|
||||
<a class="indexterm" name="id2615534"></a><pre class="programlisting">gboolean gimp_image_set_component_visible
|
||||
<a class="indexterm" name="id2621064"></a><pre class="programlisting">gboolean gimp_image_set_component_visible
|
||||
(gint32 image_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpbaseenums.html#GimpChannelType"
|
||||
@ -2171,9 +2171,9 @@ component is not valid for the image type, an error is returned.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615647"></a><h3>
|
||||
<a name="id2621177"></a><h3>
|
||||
<a name="gimp-image-get-filename"></a>gimp_image_get_filename ()</h3>
|
||||
<a class="indexterm" name="id2615661"></a><pre class="programlisting">gchar* gimp_image_get_filename (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2621191"></a><pre class="programlisting">gchar* gimp_image_get_filename (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Returns the specified image's filename.
|
||||
</p>
|
||||
@ -2204,9 +2204,9 @@ or has since been saved. Otherwise, this function returns <code class="literal">
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615738"></a><h3>
|
||||
<a name="id2621268"></a><h3>
|
||||
<a name="gimp-image-set-filename"></a>gimp_image_set_filename ()</h3>
|
||||
<a class="indexterm" name="id2615752"></a><pre class="programlisting">gboolean gimp_image_set_filename (gint32 image_ID,
|
||||
<a class="indexterm" name="id2621282"></a><pre class="programlisting">gboolean gimp_image_set_filename (gint32 image_ID,
|
||||
const gchar *filename);</pre>
|
||||
<p>
|
||||
Sets the specified image's filename.
|
||||
@ -2243,9 +2243,9 @@ should be in the filesystem encoding.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615840"></a><h3>
|
||||
<a name="id2621370"></a><h3>
|
||||
<a name="gimp-image-get-name"></a>gimp_image_get_name ()</h3>
|
||||
<a class="indexterm" name="id2615854"></a><pre class="programlisting">gchar* gimp_image_get_name (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2621384"></a><pre class="programlisting">gchar* gimp_image_get_name (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Returns the specified image's name.
|
||||
</p>
|
||||
@ -2274,9 +2274,9 @@ This procedure returns the specified image's name.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2615919"></a><h3>
|
||||
<a name="id2621449"></a><h3>
|
||||
<a name="gimp-image-get-resolution"></a>gimp_image_get_resolution ()</h3>
|
||||
<a class="indexterm" name="id2615934"></a><pre class="programlisting">gboolean gimp_image_get_resolution (gint32 image_ID,
|
||||
<a class="indexterm" name="id2621464"></a><pre class="programlisting">gboolean gimp_image_get_resolution (gint32 image_ID,
|
||||
gdouble *xresolution,
|
||||
gdouble *yresolution);</pre>
|
||||
<p>
|
||||
@ -2320,9 +2320,9 @@ inch. This value is independent of any of the layers in this image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616044"></a><h3>
|
||||
<a name="id2621574"></a><h3>
|
||||
<a name="gimp-image-set-resolution"></a>gimp_image_set_resolution ()</h3>
|
||||
<a class="indexterm" name="id2616059"></a><pre class="programlisting">gboolean gimp_image_set_resolution (gint32 image_ID,
|
||||
<a class="indexterm" name="id2621589"></a><pre class="programlisting">gboolean gimp_image_set_resolution (gint32 image_ID,
|
||||
gdouble xresolution,
|
||||
gdouble yresolution);</pre>
|
||||
<p>
|
||||
@ -2367,9 +2367,9 @@ No scaling or resizing is performed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616170"></a><h3>
|
||||
<a name="id2621700"></a><h3>
|
||||
<a name="gimp-image-get-unit"></a>gimp_image_get_unit ()</h3>
|
||||
<a class="indexterm" name="id2616184"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2621714"></a><pre class="programlisting"><a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> gimp_image_get_unit (gint32 image_ID);</pre>
|
||||
<p>
|
||||
@ -2377,9 +2377,9 @@ Returns the specified image's unit.
|
||||
</p>
|
||||
<p>
|
||||
This procedure returns the specified image's unit. This value is
|
||||
independent of any of the layers in this image. See the gimp_unit_*
|
||||
procedure definitions for the valid range of unit IDs and a
|
||||
description of the unit system.</p>
|
||||
independent of any of the layers in this image. See the
|
||||
gimp_unit_*() procedure definitions for the valid range of unit IDs
|
||||
and a description of the unit system.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -2403,9 +2403,9 @@ description of the unit system.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616252"></a><h3>
|
||||
<a name="id2621781"></a><h3>
|
||||
<a name="gimp-image-set-unit"></a>gimp_image_set_unit ()</h3>
|
||||
<a class="indexterm" name="id2616266"></a><pre class="programlisting">gboolean gimp_image_set_unit (gint32 image_ID,
|
||||
<a class="indexterm" name="id2621795"></a><pre class="programlisting">gboolean gimp_image_set_unit (gint32 image_ID,
|
||||
<a
|
||||
href="../libgimpbase/libgimpbase-gimpunit.html#GimpUnit"
|
||||
>GimpUnit</a> unit);</pre>
|
||||
@ -2415,8 +2415,9 @@ Sets the specified image's unit.
|
||||
<p>
|
||||
This procedure sets the specified image's unit. No scaling or
|
||||
resizing is performed. This value is independent of any of the
|
||||
layers in this image. See the gimp_unit_* procedure definitions for
|
||||
the valid range of unit IDs and a description of the unit system.</p>
|
||||
layers in this image. See the gimp_unit_*() procedure definitions
|
||||
for the valid range of unit IDs and a description of the unit
|
||||
system.</p>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
@ -2446,9 +2447,9 @@ the valid range of unit IDs and a description of the unit system.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616355"></a><h3>
|
||||
<a name="id2621885"></a><h3>
|
||||
<a name="gimp-image-set-tattoo-state"></a>gimp_image_set_tattoo_state ()</h3>
|
||||
<a class="indexterm" name="id2616369"></a><pre class="programlisting">gboolean gimp_image_set_tattoo_state (gint32 image_ID,
|
||||
<a class="indexterm" name="id2621899"></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.
|
||||
@ -2495,9 +2496,9 @@ that all is OK.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616468"></a><h3>
|
||||
<a name="id2621998"></a><h3>
|
||||
<a name="gimp-image-get-tattoo-state"></a>gimp_image_get_tattoo_state ()</h3>
|
||||
<a class="indexterm" name="id2616482"></a><pre class="programlisting">gint gimp_image_get_tattoo_state (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2622012"></a><pre class="programlisting">gint gimp_image_get_tattoo_state (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Returns the tattoo state associated with the image.
|
||||
</p>
|
||||
@ -2528,9 +2529,9 @@ Using this function at other times will produce unexpected results.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616550"></a><h3>
|
||||
<a name="id2622080"></a><h3>
|
||||
<a name="gimp-image-get-layer-by-tattoo"></a>gimp_image_get_layer_by_tattoo ()</h3>
|
||||
<a class="indexterm" name="id2616564"></a><pre class="programlisting">gint32 gimp_image_get_layer_by_tattoo (gint32 image_ID,
|
||||
<a class="indexterm" name="id2622094"></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.
|
||||
@ -2567,9 +2568,9 @@ specified image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616652"></a><h3>
|
||||
<a name="id2622182"></a><h3>
|
||||
<a name="gimp-image-get-channel-by-tattoo"></a>gimp_image_get_channel_by_tattoo ()</h3>
|
||||
<a class="indexterm" name="id2616666"></a><pre class="programlisting">gint32 gimp_image_get_channel_by_tattoo
|
||||
<a class="indexterm" name="id2622196"></a><pre class="programlisting">gint32 gimp_image_get_channel_by_tattoo
|
||||
(gint32 image_ID,
|
||||
gint tattoo);</pre>
|
||||
<p>
|
||||
@ -2607,9 +2608,9 @@ specified image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616756"></a><h3>
|
||||
<a name="id2622286"></a><h3>
|
||||
<a name="gimp-image-get-cmap"></a>gimp_image_get_cmap ()</h3>
|
||||
<a class="indexterm" name="id2616772"></a><pre class="programlisting">guchar* gimp_image_get_cmap (gint32 image_ID,
|
||||
<a class="indexterm" name="id2622302"></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>
|
||||
@ -2646,9 +2647,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpimage.html#gimp-image-get
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2616877"></a><h3>
|
||||
<a name="id2622407"></a><h3>
|
||||
<a name="gimp-image-set-cmap"></a>gimp_image_set_cmap ()</h3>
|
||||
<a class="indexterm" name="id2616893"></a><pre class="programlisting">gboolean gimp_image_set_cmap (gint32 image_ID,
|
||||
<a class="indexterm" name="id2622423"></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;">
|
||||
@ -2692,9 +2693,9 @@ This procedure is deprecated! Use <a href="libgimp-gimpimage.html#gimp-image-set
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617020"></a><h3>
|
||||
<a name="id2622550"></a><h3>
|
||||
<a name="gimp-image-get-colormap"></a>gimp_image_get_colormap ()</h3>
|
||||
<a class="indexterm" name="id2617033"></a><pre class="programlisting">guchar* gimp_image_get_colormap (gint32 image_ID,
|
||||
<a class="indexterm" name="id2622563"></a><pre class="programlisting">guchar* gimp_image_get_colormap (gint32 image_ID,
|
||||
gint *num_colors);</pre>
|
||||
<p>
|
||||
Returns the image's colormap
|
||||
@ -2732,9 +2733,9 @@ is not of base type INDEXED, this pointer will be NULL.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617123"></a><h3>
|
||||
<a name="id2622653"></a><h3>
|
||||
<a name="gimp-image-set-colormap"></a>gimp_image_set_colormap ()</h3>
|
||||
<a class="indexterm" name="id2617137"></a><pre class="programlisting">gboolean gimp_image_set_colormap (gint32 image_ID,
|
||||
<a class="indexterm" name="id2622667"></a><pre class="programlisting">gboolean gimp_image_set_colormap (gint32 image_ID,
|
||||
const guchar *colormap,
|
||||
gint num_colors);</pre>
|
||||
<p>
|
||||
@ -2780,9 +2781,9 @@ in the \"cmap\" array.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617249"></a><h3>
|
||||
<a name="id2622779"></a><h3>
|
||||
<a name="gimp-image-get-vectors"></a>gimp_image_get_vectors ()</h3>
|
||||
<a class="indexterm" name="id2617265"></a><pre class="programlisting">gint* gimp_image_get_vectors (gint32 image_ID,
|
||||
<a class="indexterm" name="id2622795"></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.
|
||||
@ -2822,9 +2823,9 @@ specified image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617359"></a><h3>
|
||||
<a name="id2622889"></a><h3>
|
||||
<a name="gimp-image-get-thumbnail-data"></a>gimp_image_get_thumbnail_data ()</h3>
|
||||
<a class="indexterm" name="id2617373"></a><pre class="programlisting">guchar* gimp_image_get_thumbnail_data (gint32 image_ID,
|
||||
<a class="indexterm" name="id2622903"></a><pre class="programlisting">guchar* gimp_image_get_thumbnail_data (gint32 image_ID,
|
||||
gint *width,
|
||||
gint *height,
|
||||
gint *bpp);</pre>
|
||||
@ -2871,9 +2872,9 @@ specified image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617493"></a><h3>
|
||||
<a name="id2623023"></a><h3>
|
||||
<a name="gimp-image-parasite-find"></a>gimp_image_parasite_find ()</h3>
|
||||
<a class="indexterm" name="id2617507"></a><pre class="programlisting"><a
|
||||
<a class="indexterm" name="id2623037"></a><pre class="programlisting"><a
|
||||
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
>GimpParasite</a>* gimp_image_parasite_find (gint32 image_ID,
|
||||
const gchar *name);</pre>
|
||||
@ -2912,9 +2913,9 @@ an image.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617595"></a><h3>
|
||||
<a name="id2623125"></a><h3>
|
||||
<a name="gimp-image-parasite-list"></a>gimp_image_parasite_list ()</h3>
|
||||
<a class="indexterm" name="id2617609"></a><pre class="programlisting">gboolean gimp_image_parasite_list (gint32 image_ID,
|
||||
<a class="indexterm" name="id2623139"></a><pre class="programlisting">gboolean gimp_image_parasite_list (gint32 image_ID,
|
||||
gint *num_parasites,
|
||||
gchar ***parasites);</pre>
|
||||
<p>
|
||||
@ -2957,9 +2958,9 @@ Returns a list of all currently attached parasites.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617718"></a><h3>
|
||||
<a name="id2623248"></a><h3>
|
||||
<a name="gimp-image-parasite-attach"></a>gimp_image_parasite_attach ()</h3>
|
||||
<a class="indexterm" name="id2617732"></a><pre class="programlisting">gboolean gimp_image_parasite_attach (gint32 image_ID,
|
||||
<a class="indexterm" name="id2623262"></a><pre class="programlisting">gboolean gimp_image_parasite_attach (gint32 image_ID,
|
||||
const <a
|
||||
href="../libgimpbase/libgimpbase-gimpparasite.html#GimpParasite"
|
||||
>GimpParasite</a> *parasite);</pre>
|
||||
@ -2998,9 +2999,9 @@ values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617820"></a><h3>
|
||||
<a name="id2623350"></a><h3>
|
||||
<a name="gimp-image-parasite-detach"></a>gimp_image_parasite_detach ()</h3>
|
||||
<a class="indexterm" name="id2617834"></a><pre class="programlisting">gboolean gimp_image_parasite_detach (gint32 image_ID,
|
||||
<a class="indexterm" name="id2623364"></a><pre class="programlisting">gboolean gimp_image_parasite_detach (gint32 image_ID,
|
||||
const gchar *name);</pre>
|
||||
<p>
|
||||
Removes a parasite from an image.
|
||||
@ -3037,9 +3038,9 @@ values.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2617921"></a><h3>
|
||||
<a name="id2623451"></a><h3>
|
||||
<a name="gimp-image-attach-new-parasite"></a>gimp_image_attach_new_parasite ()</h3>
|
||||
<a class="indexterm" name="id2617936"></a><pre class="programlisting">gboolean gimp_image_attach_new_parasite (gint32 image_ID,
|
||||
<a class="indexterm" name="id2623466"></a><pre class="programlisting">gboolean gimp_image_attach_new_parasite (gint32 image_ID,
|
||||
const gchar *name,
|
||||
gint flags,
|
||||
gint size,
|
||||
@ -3105,9 +3106,9 @@ See Also: <a href="libgimp-gimpimage.html#gimp-image-parasite-attach"><code clas
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618125"></a><h3>
|
||||
<a name="id2623655"></a><h3>
|
||||
<a name="gimp-image-add-vectors"></a>gimp_image_add_vectors ()</h3>
|
||||
<a class="indexterm" name="id2618138"></a><pre class="programlisting">gboolean gimp_image_add_vectors (gint32 image_ID,
|
||||
<a class="indexterm" name="id2623668"></a><pre class="programlisting">gboolean gimp_image_add_vectors (gint32 image_ID,
|
||||
gint32 vectors_ID,
|
||||
gint position);</pre>
|
||||
<p>
|
||||
@ -3152,9 +3153,9 @@ object is inserted at the top of the vectors stack.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618249"></a><h3>
|
||||
<a name="id2623779"></a><h3>
|
||||
<a name="gimp-image-remove-vectors"></a>gimp_image_remove_vectors ()</h3>
|
||||
<a class="indexterm" name="id2618266"></a><pre class="programlisting">gboolean gimp_image_remove_vectors (gint32 image_ID,
|
||||
<a class="indexterm" name="id2623796"></a><pre class="programlisting">gboolean gimp_image_remove_vectors (gint32 image_ID,
|
||||
gint32 vectors_ID);</pre>
|
||||
<p>
|
||||
Remove the specified path from the image.
|
||||
@ -3194,9 +3195,9 @@ path doesn't exist, an error is returned.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618358"></a><h3>
|
||||
<a name="id2623888"></a><h3>
|
||||
<a name="gimp-image-get-active-vectors"></a>gimp_image_get_active_vectors ()</h3>
|
||||
<a class="indexterm" name="id2618372"></a><pre class="programlisting">gint32 gimp_image_get_active_vectors (gint32 image_ID);</pre>
|
||||
<a class="indexterm" name="id2623902"></a><pre class="programlisting">gint32 gimp_image_get_active_vectors (gint32 image_ID);</pre>
|
||||
<p>
|
||||
Returns the specified image's active vectors.
|
||||
</p>
|
||||
@ -3225,9 +3226,9 @@ If there is an active path, its ID will be returned, otherwise, -1.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618439"></a><h3>
|
||||
<a name="id2623969"></a><h3>
|
||||
<a name="gimp-image-set-active-vectors"></a>gimp_image_set_active_vectors ()</h3>
|
||||
<a class="indexterm" name="id2618453"></a><pre class="programlisting">gboolean gimp_image_set_active_vectors (gint32 image_ID,
|
||||
<a class="indexterm" name="id2623983"></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.
|
||||
@ -3263,9 +3264,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="id2618541"></a><h3>
|
||||
<a name="id2624071"></a><h3>
|
||||
<a name="gimp-image-lower-vectors"></a>gimp_image_lower_vectors ()</h3>
|
||||
<a class="indexterm" name="id2618557"></a><pre class="programlisting">gboolean gimp_image_lower_vectors (gint32 image_ID,
|
||||
<a class="indexterm" name="id2624087"></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
|
||||
@ -3306,9 +3307,9 @@ below it.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618651"></a><h3>
|
||||
<a name="id2624181"></a><h3>
|
||||
<a name="gimp-image-raise-vectors"></a>gimp_image_raise_vectors ()</h3>
|
||||
<a class="indexterm" name="id2618667"></a><pre class="programlisting">gboolean gimp_image_raise_vectors (gint32 image_ID,
|
||||
<a class="indexterm" name="id2624197"></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
|
||||
@ -3349,9 +3350,9 @@ above it.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618761"></a><h3>
|
||||
<a name="id2624291"></a><h3>
|
||||
<a name="gimp-image-lower-vectors-to-bottom"></a>gimp_image_lower_vectors_to_bottom ()</h3>
|
||||
<a class="indexterm" name="id2618779"></a><pre class="programlisting">gboolean gimp_image_lower_vectors_to_bottom
|
||||
<a class="indexterm" name="id2624309"></a><pre class="programlisting">gboolean gimp_image_lower_vectors_to_bottom
|
||||
(gint32 image_ID,
|
||||
gint32 vectors_ID);</pre>
|
||||
<p>
|
||||
@ -3394,9 +3395,9 @@ vectors below it.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<a name="id2618873"></a><h3>
|
||||
<a name="id2624403"></a><h3>
|
||||
<a name="gimp-image-raise-vectors-to-top"></a>gimp_image_raise_vectors_to_top ()</h3>
|
||||
<a class="indexterm" name="id2618890"></a><pre class="programlisting">gboolean gimp_image_raise_vectors_to_top (gint32 image_ID,
|
||||
<a class="indexterm" name="id2624420"></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
|
||||
|
||||
Reference in New Issue
Block a user