Yesterday, 01:43 AM
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.