Gimp.Image.prototype.duplicate
function duplicate(): Gimp.Image {
// Gjs wrapper for gimp_image_duplicate()
}
Duplicate the specified image
This procedure duplicates the specified image, copying all layers, channels, and image information.
- Returns
The new, duplicated image.