Gimp.Image.duplicate

@accepts(Gimp.Image)
@returns(Gimp.Image)
def duplicate(self):
    # Python wrapper for gimp_image_duplicate()
  

Duplicate the specified image

This procedure duplicates the specified image, copying all layers, channels, and image information.

self

The image.

Returns