Top | ![]() |
![]() |
![]() |
![]() |
gchar *
gimp_image_get_exported_uri (gint32 image_ID
);
Since: GIMP 2.8
gchar *
gimp_image_get_imported_uri (gint32 image_ID
);
Since: GIMP 2.8
gboolean
gimp_image_free_shadow (gint32 image_ID
);
gimp_image_free_shadow
is deprecated and should not be used in newly-written code.
Use gimp_drawable_free_shadow()
instead.
gboolean gimp_image_resize (gint32 image_ID
,gint new_width
,gint new_height
,gint offx
,gint offy
);
gimp_image_resize
is deprecated and should not be used in newly-written code.
gboolean
gimp_image_resize_to_layers (gint32 image_ID
);
Since: GIMP 2.2
gboolean gimp_image_scale_full (gint32 image_ID
,gint new_width
,gint new_height
,GimpInterpolationType interpolation
);
gimp_image_scale_full
is deprecated and should not be used in newly-written code.
Use gimp_image_scale()
instead.
Since: GIMP 2.6
gboolean gimp_image_crop (gint32 image_ID
,gint new_width
,gint new_height
,gint offx
,gint offy
);
gimp_image_crop
is deprecated and should not be used in newly-written code.
gint32
gimp_image_floating_sel_attached_to (gint32 image_ID
);
gboolean gimp_image_pick_color (gint32 image_ID
,gint32 drawable_ID
,gdouble x
,gdouble y
,gboolean sample_merged
,gboolean sample_average
,gdouble average_radius
,GimpRGB *color
);
gint32 gimp_image_pick_correlate_layer (gint32 image_ID
,gint x
,gint y
);
gint gimp_image_get_item_position (gint32 image_ID
,gint32 item_ID
);
Since: GIMP 2.8
gboolean gimp_image_reorder_item (gint32 image_ID
,gint32 item_ID
,gint32 parent_ID
,gint position
);
Since: GIMP 2.8
gboolean gimp_image_raise_item (gint32 image_ID
,gint32 item_ID
);
Since: GIMP 2.8
gboolean gimp_image_lower_item (gint32 image_ID
,gint32 item_ID
);
Since: GIMP 2.8
gboolean gimp_image_raise_item_to_top (gint32 image_ID
,gint32 item_ID
);
Since: GIMP 2.8
gboolean gimp_image_lower_item_to_bottom (gint32 image_ID
,gint32 item_ID
);
Since: GIMP 2.8
gboolean gimp_image_add_layer (gint32 image_ID
,gint32 layer_ID
,gint position
);
gimp_image_add_layer
is deprecated and should not be used in newly-written code.
Use gimp_image_insert_layer()
instead.
gboolean gimp_image_insert_layer (gint32 image_ID
,gint32 layer_ID
,gint32 parent_ID
,gint position
);
gimp_image_insert_layer
is deprecated and should not be used in newly-written code.
gboolean gimp_image_raise_layer (gint32 image_ID
,gint32 layer_ID
);
gimp_image_raise_layer
is deprecated and should not be used in newly-written code.
Use gimp_image_raise_item()
instead.
gboolean gimp_image_lower_layer (gint32 image_ID
,gint32 layer_ID
);
gimp_image_lower_layer
is deprecated and should not be used in newly-written code.
Use gimp_image_lower_item()
instead.
gboolean gimp_image_raise_layer_to_top (gint32 image_ID
,gint32 layer_ID
);
gimp_image_raise_layer_to_top
is deprecated and should not be used in newly-written code.
Use gimp_image_raise_item_to_top()
instead.
gboolean gimp_image_lower_layer_to_bottom (gint32 image_ID
,gint32 layer_ID
);
gimp_image_lower_layer_to_bottom
is deprecated and should not be used in newly-written code.
Use gimp_image_lower_item_to_bottom()
instead.
gint gimp_image_get_layer_position (gint32 image_ID
,gint32 layer_ID
);
gimp_image_get_layer_position
is deprecated and should not be used in newly-written code.
Use gimp_image_get_item_position()
instead.
Since: GIMP 2.4
gboolean gimp_image_add_channel (gint32 image_ID
,gint32 channel_ID
,gint position
);
gimp_image_add_channel
is deprecated and should not be used in newly-written code.
Use gimp_image_insert_channel()
instead.
gboolean gimp_image_insert_channel (gint32 image_ID
,gint32 channel_ID
,gint32 parent_ID
,gint position
);
gimp_image_insert_channel
is deprecated and should not be used in newly-written code.
gboolean gimp_image_remove_channel (gint32 image_ID
,gint32 channel_ID
);
gboolean gimp_image_raise_channel (gint32 image_ID
,gint32 channel_ID
);
gimp_image_raise_channel
is deprecated and should not be used in newly-written code.
Use gimp_image_raise_item()
instead.
gboolean gimp_image_lower_channel (gint32 image_ID
,gint32 channel_ID
);
gimp_image_lower_channel
is deprecated and should not be used in newly-written code.
Use gimp_image_lower_item()
instead.
gint gimp_image_get_channel_position (gint32 image_ID
,gint32 channel_ID
);
gimp_image_get_channel_position
is deprecated and should not be used in newly-written code.
Use gimp_image_get_item_position()
instead.
Since: GIMP 2.4
gint32 gimp_image_merge_visible_layers (gint32 image_ID
,GimpMergeType merge_type
);
gint32 gimp_image_merge_down (gint32 image_ID
,gint32 merge_layer_ID
,GimpMergeType merge_type
);
gboolean gimp_image_set_active_layer (gint32 image_ID
,gint32 active_layer_ID
);
gboolean gimp_image_set_active_channel (gint32 image_ID
,gint32 active_channel_ID
);
gboolean gimp_image_get_component_active (gint32 image_ID
,GimpChannelType component
);
gboolean gimp_image_set_component_active (gint32 image_ID
,GimpChannelType component
,gboolean active
);
gboolean gimp_image_get_component_visible (gint32 image_ID
,GimpChannelType component
);
gboolean gimp_image_set_component_visible (gint32 image_ID
,GimpChannelType component
,gboolean visible
);
gboolean gimp_image_set_filename (gint32 image_ID
,const gchar *filename
);
gboolean gimp_image_get_resolution (gint32 image_ID
,gdouble *xresolution
,gdouble *yresolution
);
gboolean gimp_image_set_resolution (gint32 image_ID
,gdouble xresolution
,gdouble yresolution
);
gboolean gimp_image_set_tattoo_state (gint32 image_ID
,gint tattoo_state
);
gint32 gimp_image_get_layer_by_tattoo (gint32 image_ID
,gint tattoo
);
gint32 gimp_image_get_channel_by_tattoo (gint32 image_ID
,gint tattoo
);
gint32 gimp_image_get_vectors_by_tattoo (gint32 image_ID
,gint tattoo
);
Since: GIMP 2.6
gint32 gimp_image_get_layer_by_name (gint32 image_ID
,const gchar *name
);
Since: GIMP 2.8
gint32 gimp_image_get_channel_by_name (gint32 image_ID
,const gchar *name
);
Since: GIMP 2.8
gint32 gimp_image_get_vectors_by_name (gint32 image_ID
,const gchar *name
);
Since: GIMP 2.8
guchar * gimp_image_get_cmap (gint32 image_ID
,gint *num_colors
);
gimp_image_get_cmap
is deprecated and should not be used in newly-written code.
gboolean gimp_image_set_cmap (gint32 image_ID
,const guchar *cmap
,gint num_colors
);
gimp_image_set_cmap
is deprecated and should not be used in newly-written code.
gboolean gimp_image_set_colormap (gint32 image_ID
,const guchar *colormap
,gint num_colors
);
gint * gimp_image_get_vectors (gint32 image_ID
,gint *num_vectors
);
Since: GIMP 2.4
guchar * gimp_image_get_thumbnail_data (gint32 image_ID
,gint *width
,gint *height
,gint *bpp
);
gboolean gimp_image_attach_parasite (gint32 image_ID
,const GimpParasite *parasite
);
Since: GIMP 2.8
gboolean gimp_image_detach_parasite (gint32 image_ID
,const gchar *name
);
Since: GIMP 2.8
GimpParasite * gimp_image_get_parasite (gint32 image_ID
,const gchar *name
);
Since: GIMP 2.8
gchar ** gimp_image_get_parasite_list (gint32 image_ID
,gint *num_parasites
);
Since: GIMP 2.8
GimpParasite * gimp_image_parasite_find (gint32 image_ID
,const gchar *name
);
gimp_image_parasite_find
is deprecated and should not be used in newly-written code.
Use gimp_image_get_parasite()
instead.
gboolean gimp_image_parasite_list (gint32 image_ID
,gint *num_parasites
,gchar ***parasites
);
gimp_image_parasite_list
is deprecated and should not be used in newly-written code.
Use gimp_image_get_parasite_list()
instead.
gboolean gimp_image_parasite_attach (gint32 image_ID
,const GimpParasite *parasite
);
gimp_image_parasite_attach
is deprecated and should not be used in newly-written code.
Use gimp_image_attach_parasite()
instead.
gboolean gimp_image_parasite_detach (gint32 image_ID
,const gchar *name
);
gimp_image_parasite_detach
is deprecated and should not be used in newly-written code.
Use gimp_image_detach_parasite()
instead.
gboolean gimp_image_attach_new_parasite (gint32 image_ID
,const gchar *name
,gint flags
,gint size
,gconstpointer data
);
gimp_image_attach_new_parasite
is deprecated and should not be used in newly-written code.
Use gimp_image_attach_parasite()
instead.
gboolean gimp_image_add_vectors (gint32 image_ID
,gint32 vectors_ID
,gint position
);
gimp_image_add_vectors
is deprecated and should not be used in newly-written code.
Use gimp_image_insert_vectors()
instead.
gboolean gimp_image_insert_vectors (gint32 image_ID
,gint32 vectors_ID
,gint32 parent_ID
,gint position
);
gimp_image_insert_vectors
is deprecated and should not be used in newly-written code.
gboolean gimp_image_remove_vectors (gint32 image_ID
,gint32 vectors_ID
);
Since: GIMP 2.4
gboolean gimp_image_set_active_vectors (gint32 image_ID
,gint32 active_vectors_ID
);
gboolean gimp_image_lower_vectors (gint32 image_ID
,gint32 vectors_ID
);
gimp_image_lower_vectors
is deprecated and should not be used in newly-written code.
Use gimp_image_lower_item()
instead.
Since: GIMP 2.4
gboolean gimp_image_raise_vectors (gint32 image_ID
,gint32 vectors_ID
);
gimp_image_raise_vectors
is deprecated and should not be used in newly-written code.
Use gimp_image_raise_item()
instead.
Since: GIMP 2.4
gboolean gimp_image_lower_vectors_to_bottom (gint32 image_ID
,gint32 vectors_ID
);
gimp_image_lower_vectors_to_bottom
is deprecated and should not be used in newly-written code.
Use gimp_image_lower_item_to_bottom()
instead.
Since: GIMP 2.4
gboolean gimp_image_raise_vectors_to_top (gint32 image_ID
,gint32 vectors_ID
);
gimp_image_raise_vectors_to_top
is deprecated and should not be used in newly-written code.
Use gimp_image_raise_item_to_top()
instead.
Since: GIMP 2.4
gint gimp_image_get_vectors_position (gint32 image_ID
,gint32 vectors_ID
);
gimp_image_get_vectors_position
is deprecated and should not be used in newly-written code.
Use gimp_image_get_item_position()
instead.
Since: GIMP 2.4