02-08-2021, 04:05 PM
(This post was last modified: 02-08-2021, 04:08 PM by ChameleonScales.)
Quote:especially since you only "read" the images
I'm not talking about the same plug-in as in the other thread. The one I'm thinking of here also performs image operations and saves the xcfs.
Quote:Start several parallel shell tasks that will each call Gimp to run your script on one image
That seems like a good plan, although I don't know yet how to run a gimp plug-in script from the terminal (haven't searched yet either). Also, since my plug-in has a dialog with properties that have to be set, I assume I'd have to make the same dialog outside of Gimp using GTK so that the user doesn't have to set the same parameters on each Gimp instance and those settings could be fed in all the instances.
If I can do this it would be quite performant on a beefy machine.