Emory Dunn
- 合計アクティビティ 103
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 1ユーザー
- 投票 2
- サブスクリプション 39
コメント
Emory Dunnによる最近のアクティビティ-
AppleScript has a really bizarre syntax and can be difficult to learn if you already know some "real" programming. You should be able to set the attributes like this:tell application "Capture One 1...
-
You could try just collapsing them all like so: tell front document of application "Capture One 12.0" set expanded of tools of tool tabs to falseend telland then expanding them all again at the end...
-
The XML is just for setting the smart album's rules. As far as I know there's no native AppleScript way to do that. If there is I'd love to know about it.
-
This is certainly something you could do with an AppleScript a keyboard shortcut set up in System Preferences. tell front document of application "Capture One 12" set theAlbum to collection named "...
-
Dealing with everyone's custom DAM is, at this point, largely my job. Nothing can't be done, it just might take a few extra steps. Capture One will handle any properly formatted metadata, although ...
-
Capture One can't scale an image to fit into an aspect ratio, only crop the image to an aspect ratio. Unlike Photoshop, which has a canvas separate from the image, Capture One only handles the image.
-
[quote="EdgeCompany" wrote: The script does an excellent job of creating the capture folder.But it should be nice to have the new created capture folder selected in Capture One, in that way you c...
-
The XML is what’s returned when you call a smart album’s rule parameter. I don’t believe the XML itself is documented anywhere, so the easiest way to get it is to make a test album and change...
-
Are your images packed as EIPs? If not did you copy the "CaptureOne" folder along with the images? All of the adjustments you make in Capture One are stored in that folder, not in the images themse...
-
Yeah, I live over in the East Bay. I can write a script for that. The script wouldn't so much run in the background as be called by Capture One every time a photo is taken. Do you want to apply adj...