11-28-2024, 10:53 AM
I recently had to process many photos for one of my websites.
I decided to write a plug-in to allow me to export in three different sizes - original, website size, and thumbnail.
Also to give meaningful names to the photos and save them in a designated folder and sub-folders.
If there are multiple photos with the same root name a suffix is incremented.
So for luddites like me, who are still using GIMP Python 2.7 plug-ins, here is the file.
It may prove useful to someone, either in it's present form or after modification.
Tested in Linux, hopefully will work in Windows.
David.
I decided to write a plug-in to allow me to export in three different sizes - original, website size, and thumbnail.
Also to give meaningful names to the photos and save them in a designated folder and sub-folders.
If there are multiple photos with the same root name a suffix is incremented.
So for luddites like me, who are still using GIMP Python 2.7 plug-ins, here is the file.
It may prove useful to someone, either in it's present form or after modification.
Tested in Linux, hopefully will work in Windows.
David.