Gimp.Image.get_layer_by_tattoo
@accepts(Gimp.Image, int)
@returns(Gimp.Layer)
def get_layer_by_tattoo(self, tattoo):
# Python wrapper for gimp_image_get_layer_by_tattoo()
Find a layer with a given tattoo in an image.
This procedure returns the layer with the given tattoo in the specified image.
- self
The image.
- tattoo
The tattoo of the layer to find.
- Returns