Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Gimp 3 - python to edit the selection
#3
Quote:If you type gimp-image-select into the PDB browser you will find a number of procedures for selecting parts of the image e.g. gimp-image-select-rectangle()


This is useful in a general sense, but I'm not seeing any option here to set the selection based on a byte array, or anything that a byte array can be transformed into.  "gimp-image-select-rectangle" is the nearest match, and it doesn't seem very efficient to turn my byte array into a series of selection rectangles, then call the procedure once for each.
Reply


Messages In This Thread
RE: Gimp 3 - python to edit the selection - by violgamba - Yesterday, 01:43 AM

Forum Jump: