2010
Barak Itkin
Create a new layer group.
This procedure creates a new layer group. Attributes such as layer mode and opacity should be set with explicit procedure calls. Add the new layer group (which is a kind of layer) with the 'gimp-image-insert-layer' command. Other procedures useful with layer groups: 'gimp-image-reorder-item', 'gimp-item-get-parent', 'gimp-item-get-children', 'gimp-item-is-group'.
unknown
Type | Name | Description |
---|---|---|
PF_IMAGE | image | The image to which to add the layer group |
Type | Name | Description |
---|---|---|
PF_LAYER | layer-group | The newly created layer group |