mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00:00
pdb: add gimp-image-merge-layer-group procedure
Oddly, we didn't have this one yet :P
This commit is contained in:
parent
184762cd81
commit
62a6023b27
6 changed files with 161 additions and 1 deletions
|
@ -113,6 +113,8 @@ GimpLayer* gimp_image_merge_visible_layers (GimpImage
|
|||
GimpLayer* gimp_image_merge_down (GimpImage *image,
|
||||
GimpLayer *merge_layer,
|
||||
GimpMergeType merge_type);
|
||||
GimpLayer* gimp_image_merge_layer_group (GimpImage *image,
|
||||
GimpLayer *layer_group);
|
||||
G_GNUC_INTERNAL guint8* _gimp_image_get_colormap (GimpImage *image,
|
||||
gint *num_bytes);
|
||||
G_GNUC_INTERNAL gboolean _gimp_image_set_colormap (GimpImage *image,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue