Eric Valk
Amateur Phtographer since 1972 Retired Telecoms Engineer, now catching up on my photography
- Gesamtaktivitäten 1616
- Letzte Aktivität
- Mitglied seit
- Folge ich 0 Benutzer
- Gefolgt von 0 Benutzer
- Stimmen 74
- Abonnements 542
Posts
Neueste Aktivität von Eric Valk-
An AppleScript to to find Adjusted Settings of Variants
I recently found that I had many variants with the CO "Adjusted" set, but where in fact the adjustments had been set back to default values.Then I needed a script which would list all the a"modifie...
-
AppleScript to Find the Albums Containing an Image
***Edit*** 2020/07/05 The migrated version of this script likely will not complile because the Applescript symbols for "not equal", "less than" and "greater than" are not supported in the new forum...
-
An AppleScript to to find Images with offline files
Here is my AppleScript to identify images (items) whose files are missing or offline. This may not be terribly useful if you have 100's of images in a Catalog, but if you have 1000's of images or 1...
-
Capture One's "kind" is broken in Applications
If you save your Applescript as an Application, you will find some unexpected behaviour if your script makes any decisions based on "kind" - "kind of layer", "kind of collection", "kind of documen...
-
A handy little script to add a layer with inverted mask
This Script copies adds a new layer, then copies the mask from the previous topmost adjustment layer to the new layer and inverts it. It handles without error the cases when no variant is selected,...
-
Setting Consistent Screen Brightness
For various reasons, I like to adjust my iMac screen brightness occiasionally. However, screen calibration is affected by the brightness setting, I like to make sure that the screen is reset to a d...
-
Using "Edit With ..." and Multiple Variants
I'm trying to use the C1's "Edit With ..." command to send multiple variants (3,5,7) to another application for merging.Has anyone been able to make this work with any 3rd party application?
-
Exporting Variants as DNG
Have I missed something or have I found a bug? Has anyone else had this behaviour?When I try to export a variant in DNG format, I get a CO message "Could not process file" and "Processing to DNG n...
-
AppleScript and Large Catalogs
When using Applescript to manipulate large catalogs, you have to be very careful to choose the fastest executing commands to avoid ending up with a script that takes for ever to run. I've written ...
-
"Add Inside" will not work on variants from recent imports
I've been working on an import script, and have found some bugs: Applescript cannot access the "Recent Imports" group - it is not part of the list of top level collectionsIf the user selects One of...