Emory Dunn
- 合計アクティビティ 103
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 1ユーザー
- 投票 2
- サブスクリプション 39
コメント
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)
-
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 ...
-
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...
-
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...
-
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 ...
-
The background script handlers aren't terribly well documented, though I try to keep my blog post about them up-to-date. You'll need to use the barcode handler to be notified when a barcode is sca...
-
Well with a username like yours (Apple’s IDE is called Xcode) you never know ;) I’m not familiar with Windows development. How do you normally save preferences and such? I’m guessing that doesn’t w...
-
If you’re if you’re on macOS you can use UserDefaults.
-
There are two issues I see. The first is that you need to capitalize "Digit Counter". Now, assuming you want to add the current date into the capture naming you'll run into a second issue. When cas...
-
A few modifications later and I've got a version that works well. If anyone else has use for it I published it with the rest of my scripts on GitHub.