More programmatic opening RAW files in Camera Raw
This answer shows a very elegant way to open RAW files in Camera Raw using JavaScript.
The problem is that this function only terminates when one of the action buttons in the Camera Raw dialog gets manually clicked.
In an automated workflow, this can not be accepted.
In our workflow, we want to force Camera Raw to create the XMP sidecar file, and then open the image. As far as I found, the XMP sidecar file only gets created when the Camera Raw dialog/window is actually opened.
That means, we are stuck…
Is there a way to force the creation of the XMP sidecar file in an automated way, without user interaction? Or, is there a trick to get control back from the above mentioned script?
Any advice is highly appreciated.
Thanks in advance.
Max Wyss.
