Gimp.Image.get_vectors_by_tattoo
@accepts(Gimp.Image, int)
@returns(Gimp.Vectors)
def get_vectors_by_tattoo(self, tattoo):
# Python wrapper for gimp_image_get_vectors_by_tattoo()
Find a vectors with a given tattoo in an image.
This procedure returns the vectors with the given tattoo in the specified image.
Since 2.6
- self
The image.
- tattoo
The tattoo of the vectors to find.
- Returns