Class
GimpImage
Description [src]
final class Gimp.Image : GObject.Object {
/* No available fields */
}
Operations on complete images: creation, resizing/rescaling, and operations involving multiple layers.
Constructors
gimp_image_new_with_precision
Creates a new image with the specified width, height, type and precision.
since: 2.10
Instance methods
gimp_image_convert_color_profile_from_file
Convert the image’s layers to a color profile.
since: 2.10
gimp_image_get_default_new_layer_mode
Get the default mode for newly created layers of this image.
since: 2.10
gimp_image_get_effective_color_profile
Returns the color profile that is used for the image.
since: 2.10
gimp_image_get_item_position
Returns the position of the item in its level of its item tree.
since: 2.8
gimp_image_get_simulation_bpc
Returns whether the image has Black Point Compensation enabled for its simulation.
since: 3.0
gimp_image_get_thumbnail
Retrieves a thumbnail pixbuf for image
.
The thumbnail will be not larger than the requested size.
since: 2.2
gimp_image_list_selected_channels
Returns the list of channels selected in the specified image.
since: 3.0
gimp_image_list_selected_drawables
Returns the list of drawables selected in the specified image.
since: 3.0
gimp_image_list_selected_layers
Returns the list of layers selected in the specified image.
since: 3.0
gimp_image_list_selected_paths
Returns the list of paths selected in the specified image.
since: 3.0
gimp_image_lower_item_to_bottom
Lower the specified item to the bottom of its level in its item tree.
since: 2.8
gimp_image_metadata_save_filter
Filters the metadata
retrieved from the image with
gimp_image_metadata_save_prepare()
, taking into account the
passed flags
.
since: 3.0
gimp_image_metadata_save_prepare
Gets the image metadata for storing it in an exported file.
since: 2.10
gimp_image_raise_item_to_top
Raise the specified item to the top of its level in its item tree.
since: 2.8
gimp_image_select_color
Create a selection by selecting all pixels (in the specified drawable) with the same (or similar) color to that specified.
since: 2.8
gimp_image_select_contiguous_color
Create a selection by selecting all pixels around specified coordinates with the same (or similar) color to that at the coordinates.
since: 2.8
gimp_image_select_round_rectangle
Create a rectangular selection with round corners over the specified image;
since: 2.8
gimp_image_set_simulation_bpc
Sets whether the image has Black Point Compensation enabled for its simulation.
since: 3.0
gimp_image_set_simulation_profile_from_file
Sets the image’s simulation color profile from an ICC file.
since: 3.0
gimp_image_take_selected_channels
The channels are set as the selected channels in the image. Any previous selected layers or channels are unselected. An exception is a previously existing floating selection, in which case this procedure will return an execution error.
since: 3.0
gimp_image_take_selected_layers
The layers are set as the selected layers in the image. Any previous selected layers or channels are unselected. An exception is a previously existing floating selection, in which case this procedure will return an execution error.
since: 3.0
gimp_image_take_selected_paths
The paths are set as the selected paths in the image. Any previous selected paths are unselected.
since: 3.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.