gimp-file-load-layer

Sven Neumann <sven@gimp.org>

Description

Loads an image file as a layer for an existing image.

Help

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'.


Type

unknown

Parameters

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

Return

Type Name Description
PF_LAYER layer The layer created when loading the image file