Gimp.Layer.copy
@accepts(Gimp.Layer)
@returns(Gimp.Layer)
def copy(self):
# Python wrapper for gimp_layer_copy()
Copy a layer.
This procedure copies the specified layer and returns the copy. The newly copied layer is for use within the original layer's image. It should not be subsequently added to any other image.
Since 3.0
- self
The layer to copy.
- Returns