Rick Allen
- Gesamtaktivitäten 282
- Letzte Aktivität
- Mitglied seit
- Folge ich 0 Benutzer
- Gefolgt von 0 Benutzer
- Stimmen 0
- Abonnements 115
Kommentare
Neueste Aktivität von Rick Allen-
Here is another approachuse AppleScript version "2.4" -- Yosemite (10.10) or lateruse framework "Foundation"use scripting additionstell application "Capture One 12" set focalLength to get EXIF foc...
-
Variant Class contains name property so there is no need to parse the parent image path you can just call the property directly. This works for both CO10 and 11tell application "Capture One 10" to ...
-
How do I set a posix path as the destination? Or does it need to be a collection first?*this is taken from a much larger script so might not make sense?? 😊 tell application "Capture One 11" set Ses...
-
[quote="MAS" wrote: Could someone give me a small hint please, how to generate this script after I've installed the respective software? Is there also any GUI for this software around? It's not t...
-
Cinema DNG would be great to have greater support for! 😄
-
😄 😄 😄 😄 😄
-
Here is my 2 cents.It seems to me that Nikon overexpose the blue channel or probably more accurately use lighter than normal filters on the Bayer (for various reason but the obvious one is so that...
-
I try to avoid declaring variables that start and/or end with an underscore. I dont recall the full reason (obj-C uses it) but its a good general rule.
-
Interesting Eric thanks for sharing. This is off topic but wondering if you have found a way to get a count of all images with a specific rating in a collection? Without needing to repeat thru a wh...
-
Yeah that catalog is never going to work as expected 😕 Is there any way you can split your collection into smaller catalogs? I think Capture needs to load the catalog into Ram and then you need som...