Gimp.Image.merge_layer_group

@accepts(Gimp.Image, Gimp.Layer)
@returns(Gimp.Layer)
def merge_layer_group(self, layer_group):
    # Python wrapper for gimp_image_merge_layer_group()
  

Merge the passed layer group's layers into one normal layer.

This procedure combines the layers of the passed layer group into a single normal layer, replacing the group.

Since 2.10.14

self

The image.

layer_group

The layer group to merge.

Returns