Gimp.Image (original) (raw)

gimp_image_flatten

Flatten all visible layers into a single layer. Discard all invisible layers.

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_metadata_save_filter

Filters the metadata retrieved from the image withgimp_image_metadata_save_prepare(), taking into account the passed flags.

since: 3.0

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_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