Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gimp Python script to do same thing as Free Select Tool
#2
You are on the wrong track, pdb.gimp_edit_stroke_vectors(drawable, vectors) is the API to "Edit>Stroke Path".

What you need is pdb.gimp_image_select_polygon(image, operation, num_segs, segs).
Reply


Messages In This Thread
RE: Gimp Python script to do same thing as Free Select Tool - by Ofnuts - 01-17-2018, 09:04 PM

Forum Jump: