2005
Sven Neumann
Loads an image file as a layer for an existing image.
This procedure behaves like the file-load procedure but opens the specified image as a layer for an existing image. The returned layer needs to be added to the existing image with 'gimp-image-insert-layer'.
unknown
Type | Name | Description |
---|---|---|
PF_INT | run-mode | The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) } |
PF_IMAGE | image | Destination image |
PF_VALUE | filename | The name of the file to load |
Type | Name | Description |
---|---|---|
PF_LAYER | layer | The layer created when loading the image file |