Skip to main content
Participating Frequently
June 22, 2018
Question

Save As action without closing the file

  • June 22, 2018
  • 2 replies
  • 2835 views

After long searching on the internet, I found some threads of similar problems, but no right answer to my issue.

1. I open many DNG photos from Lightroom Classic to Photoshop CC

2. I edit the photos in Photoshop. I am working on all pictures from the first one to the last one, then I go again with some other kind of edit from the first photo to the last photo, and again and again.

3. Editing takes long time, so I want to save all open photos during my work as a prevention of some software/hardware/electricity crash. But I need to keep the files open, because I am not finished with them yet.

4. As a result should be saved TIFF files and these TIFF files should be automatically linked to the DNG files in my Lightroom catalog.

So the question is: can I use batch saving DNG->TIFF without closing the files (and with creating new linked items in my Lightroom catalog)?

I can do this in batch action, with source "open files" and option "Save and close", but the only problem is that it CLOSES all the files. So nowadays I am using this process - saving my files in batch action only at the end, after long time of work with no continuous saving. Or saving them (Ctrl+S) manually without batch action.

Btw I think Image processor is not my solution, because it does not create files in my Lightroom catalog (and it creates file's copy after each saving, I don't need any copies, I need only one TIFF for each DNG).

This topic has been closed for replies.

2 replies

Chimli Retouch & Motion
Known Participant
November 1, 2023

Have you found a solution for this other than Image Processor Pro? 

Inspiring
June 24, 2018

Hi - instead of "Save and Close" choose "None", and record a Save step in your action. That way the file will be saved but not closed.

I always suggest doing a test with Batching. First record Save at the end of your action (or record Save as an action if that is your only desired step to Batch). Open one test file - then in Batch, for your Source choose Opened Files; and for Destination choose None.

Hope that helps.

Steve

diketakAuthor
Participating Frequently
June 25, 2018

It works for one project in the same directory, but the problem are paths to the files.

When I record "Save" action for test DNG photo, it records also the absolute path of directory of TEST photo (the location of the file on hard disk), it behaves as "Save As TIFF", because there is conversion of formats DNG->TIFF.

When I run batch of Save actions with option "None" as you suggested, it saves all the files to the directory of TEST photo. It is good when I work with photos in the same directory, but when I start other project from other directory, then it is incorrect. What is more, when I delete the directory of TEST photo later, then the Save action does not work any more (it popups window with an error about unexisting directory path).

When I record "Save" action for already converted TIFF file, then it does not record the path of directory, so it seems better. But when I run batch, then it asks for the format, compression method, name and directory for each opened file (because I opened DNG files!), which is completely undesirable.

Of course workaround could be to record Save action for each new directory with I work with, but it is inconvient.

diketakAuthor
Participating Frequently
June 25, 2018

This is why the batch interface contains an “override” feature, the file format save options and filename/path are recorded – however the filename and path are ignored while retaining the file format options. I have tested with DNG > TIFF and there were no surprises when saving to a different directory than the recorded path.


Override feature is only for Target option "Save and close". It closes the file, so that is the reason why I created this issue - I don't want to close the files.

Steve suggested to switch the Target option in batch interface to "None". There is no override feature.