Gimp.Image.get_vectors

@accepts(Gimp.Image, int)
@returns([Gimp.Vectors])
def get_vectors(self, num_vectors):
    # Python wrapper for gimp_image_get_vectors()
  

Returns the list of vectors contained in the specified image.

This procedure returns the list of vectors contained in the specified image.

Since 2.4

self

The image.

num_vectors

The number of vectors contained in the image.

Returns