06-17-2020, 08:38 PM
(06-17-2020, 07:31 PM)tmanni Wrote: 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.
Much simpler than this, given the current name:
- obtain current image filename
- split on path+root+number+extension
- if root-number-extension exists, try root+(number+1)+extension
- export with current default
@Bepis: why BMP? This is 2020!