11-19-2024, 03:39 AM
You can simplify that command like so:
images.select_polygon (Gimp.ChannelOps.REPLACE, (0, 0, 250, 0, 250, 250))
That worked for me when I ran it on its own, if that helps.
images.select_polygon (Gimp.ChannelOps.REPLACE, (0, 0, 250, 0, 250, 250))
That worked for me when I ran it on its own, if that helps.