I have 100+ images. From each I need to create what might best be described as a thumbnail, but manually rather than automated. I need to manually choose which part of the image is used. What I need "automated" is ensuring the correct aspect ratio.
GIMP allows me to set the aspect ratio for the selection, which works well. But from there I still need to "crop to selection", "export as", enter a filename, and set export properties. Which makes it quite cumbersome when I have so many to work through.
Any suggestions for a better tool, or way to automate the rest of the process in GIMP?
My ideal workflow would be: - Open image "xxx.png" (or "xxx.jpg" etc) (with no additional prompts for how to perform the import) - Manually select the area I want to use as the thumbnail - Hit a key to save just that selection as (eg) "xxx.thumb.png", or "xxx.png" to a "thumbs" directory.
As few additional steps as possible so that the focus is on the selection of area, not the process.
Note that It's likely I'll want the output format to be png regardless of input format (or maybe jpeg, not yet decided - but it'll be a global choice not determined by the input format. That said I can post-process using imagemagick "convert" if I have to.
Thoughts?