You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment you can save/load the list of files from to a PDL file (see format example) when you start the Batch process operation.
But it doesn't seem possible to open the filelist.pdl file directly in PD.
So my suggestion would be for PD to recognize PDL as a valid extention of a file it can open and then open the Batch processing dialog with the files read from the PDL file.
2. Store actions / conversions (in PDL files)
It would be nice if you could also export the actions/conversions you've set in the batch processing.
So say you want to convert all files to JPG on a regular basis, storing this "convert to JPG with these settings" would be nice.
If that would be part of the PDL file format (xml?) you could prepare a PDL file yourself and then have PD execute the conversion by simply calling photodemon.exe filelist.pdl
Format example
The format for PDL files is easy to recreate using a "third party" solution (batch, scripting, other tools).
Format: start with <PHOTODEMON BATCH CONVERSION LIST>, next line has number of files, followed by the list of files, and file ends with <END OF LIST>
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
1. Loading PDL files directly
At the moment you can save/load the list of files from to a PDL file (see format example) when you start the Batch process operation.
But it doesn't seem possible to open the
filelist.pdl
file directly in PD.So my suggestion would be for PD to recognize PDL as a valid extention of a file it can open and then open the Batch processing dialog with the files read from the PDL file.
2. Store actions / conversions (in PDL files)
It would be nice if you could also export the actions/conversions you've set in the batch processing.
So say you want to convert all files to JPG on a regular basis, storing this "convert to JPG with these settings" would be nice.
If that would be part of the PDL file format (xml?) you could prepare a PDL file yourself and then have PD execute the conversion by simply calling
photodemon.exe filelist.pdl
Format example
The format for PDL files is easy to recreate using a "third party" solution (batch, scripting, other tools).
Format: start with
<PHOTODEMON BATCH CONVERSION LIST>
, next line has number of files, followed by the list of files, and file ends with<END OF LIST>
Example:
Beta Was this translation helpful? Give feedback.
All reactions