Emory Dunn
- 合計アクティビティ 103
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 1ユーザー
- 投票 2
- サブスクリプション 39
アクティビティの概要
Emory Dunnさんの最近のアクティビティ-
Emory Dunnさんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
Thanks for removing the extra newlines, Rick. Wish the forum actually pasted text as-is into the code block.
-
Emory Dunnさんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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さんがコメントを作成しました:
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...