Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
File exporting question
#3
(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
Will have a shot at it this weekend.

@Bepis: why BMP? This is 2020!
Reply


Messages In This Thread
File exporting question - by Bepis - 06-17-2020, 03:23 AM
RE: File exporting question - by tmanni - 06-17-2020, 07:31 PM
RE: File exporting question - by Ofnuts - 06-17-2020, 08:38 PM
RE: File exporting question - by Ofnuts - 06-20-2020, 12:42 AM
RE: File exporting question - by Bepis - 06-20-2020, 08:32 AM

Forum Jump: