Method
GimpImageduplicate
Declaration [src]
GimpImage*
gimp_image_duplicate (
GimpImage* image
)
Description [src]
Duplicate the specified image
This procedure duplicates the specified image, copying all layers, channels, and image information.
Return value
Type: GimpImage
The new, duplicated image.
The data is owned by the instance. |