Is it possible to completely automate the process of:
1. Import an image
2. Apply some develop settings to the image
3. Export the image
Without any user interaction?
(Gnarly workarounds are acceptable, as long as it's fully automated.)
Assuming SDK 3.0 or better, then yes.
- catalog:addPhotos
- photo:applyDevelopPreset
- create LrExportSession and do export.
Excellent, thank you! I will begin exploring the SDK then.
Hey artoonie! Did you ever write the plugin? I need to do something similar.
The project was put on hold until recently, starting it up again now. What can I help you with?