Hi,
I am trying to open a jpg in Camera Raw unfortunately without success. The applescript command
open <file> as Camera Raw
opens the jpg as a normal document and not within Camera Raw as I would have guessed. Is it even possible with applescript?
A workaround could be to make the open dialog appear so that the user selects the file and chooses Camera Raw as format manually (the photoshop preference to open all jpg in Camera Raw as default is not an option here). Unfortunately the command
Photoshop open dialog
takes no arguments and defaults every time to the desktop folder from where the user has to navigate to the correct location. Is it possible to change the start location of that open dialog?
Thanks in advance.