@theducks
If you were always processing the images in a set particular way, you could also use en edit plugin to process all of the images for you. That said, If you have to use judgement to modify each image uniquely then of course a plugin would not be an option.
A plugin could create a thumbnail of each image (with related colour and dimension info) and allow the user to check one of a number of common transformations for each image.
In fact a plugin like this might be very useful for Sigil in general.
It all depends what types of transformations to images are needed and if they can be standardized in some way. Python PIL can really do a lot with image files.
|