Posts: 2
Threads: 1
Joined: Jun 2020
Reputation:
0
Operating system(s):
- Windows (Vista and later)
Gimp version: 2.8
Due to the nature of the work I do with gimp, I frequently export many images (sometimes hundreds) while working. Each image is saved as a bmp with the same file name, with only a number increasing by one each time. I have already sped up this process with keyboard shortcuts, but taking the time to name each image and increasing its number by one as to not overwrite the previous has become increasingly tedious. Is there anyway I can automate this process further? The only thing that needs to change for each file name is to increase the number by 1, is there any possible way to automate this in gimp? Thanks for your help.
Posts: 149
Threads: 2
Joined: Mar 2019
Reputation:
56
Operating system(s):
Gimp version: 3.0
The process you describe can be easily automated with a plug-in.
The informations needed by the plug-in would be:
- a path to a folder (where the image will be exported)
- a base name for the BMP file to create
- the options for saving a BMP file (run-length encoded, precision, ...)
The plug-in will inspect the files already present in the folder and will determine the new number to add to the base name.
Posts: 2
Threads: 1
Joined: Jun 2020
Reputation:
0
Operating system(s):
- Windows (Vista and later)
Gimp version: 2.8
Wow, that's excellent! Thanks man I really appreciate it, works like a charm so far. Only minor issue is that in my usual file naming I use parenthesis around the number just to make it easier visually, and it doesn't seem to detect the numerical portion in parenthesis. Not a major issue but if there was an easy way for me to modify that for my situation let me know.
Also yeah BMP is probably the most inconvenient file format in history hahaha, it's a looooong story.