
Emory Dunn
- Total activity 103
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 2
- Subscriptions 39
Activity overview
Latest activity by Emory Dunn-
Emory Dunn commented,
That's quite the bracket! The easiest option is probably to use the increment command, which will change the camera settings by the exposure increments set in the camera (most likely 1/3 or 1/2 sto...
-
Emory Dunn commented,
There is indeed, I wrote a script a while back to do exactly that. I've got it bound to ⌃N which brings up a dialogue box where you enter the name of the new folder(s). The script then creates the ...
-
Emory Dunn commented,
Thanks for removing the extra newlines, Rick. Wish the forum actually pasted text as-is into the code block.
-
Emory Dunn commented,
Might I offer an alternative to UI scripting? If you use a script to pop up a dialogue box where you can enter a new name you won't have to worry about the state of Capture One's UI. This script o...
-
Emory Dunn commented,
You can use the current value and a bit of math to increment and decrement a value: set dehaze amount of adjustments to 5 + (dehaze amount of adjustments)
-
Emory Dunn commented,
It's absolutely possible. This will open a window with the current output folder and activate the Finder: tell front document of application "Capture One 22" set outputFolder to output ...
-
Emory Dunn commented,
Yes, batch done works in Capture One Pro. Shoot, you'll have to set the script the manually way. You can either write a script that sets the batch done to a script file or the source of a script i...
-
Emory Dunn commented,
If you're using Capture One Studio and a barcode scanner you can write a small script that will reset the counter and set it as the barcode scanned background script. I wrote a small app that makes...
-
Emory Dunn commented,
Exactly, it's the same setting for opening a processed image in Photoshop, for instance. You'll probably have to select the droplet manually from the Open With dropdown in the Export Format & Size ...
-
Emory Dunn commented,
There are a few ways you could do this. Set the process recipe to open the image in your droplet Use Hazel to send new images in a folder to the droplet Use folder actions to do the same Use a ba...