Hugues
- Total activity 70
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 18
- Subscriptions 25
Posts
Recent activity by Hugues-
get file info script
Here is a script mimicking Aperture defunct function, enabling to display file information on a current image without having to go into the tool tabs. Save it in a file called Get Info.scpt, put it...
-
AppleScript to set IPTC Tags
The below script can change IPTC tags, including on videos where it is not possible through C1 GUI use AppleScript version "2.4" -- Yosemite (10.10) or lateruse scripting additionsset optionList to...
-
Applescript to rate elements, including videos
The below script allows to rate videos whose editing is barred from C1 UI. Tested on Mac / Monterey use AppleScript version "2.4" -- Yosemite (10.10) or lateruse scripting additionsset optionList...
-
Bug in changing default icc profile
I have a bug while trying to change the default icc profile A) I set up some personalized profiles, that do work and are stored in ~/Library/Colorsync/Profiles with the appropriate naming conventio...
-
Getting default values ?
Hello,The following script assigns my preferred profile to a picturetell application "Capture One 11" set myModel to "Canon EOS 7D Mark II" set theHomeProfile to "Canon EOS-7D MK II Home" set theV...
-
set ICC profile
HelloI'm sharing a little script I wrote to set the icc profile.I have a problem with the default icc profile.The one provided by Phase One for my Canon is too orange, so I designed another one, wh...
-
script to import Raw from a pair ?
Hello,I used the import Aperture catalog function, and now I have a C1 catalog with a lot of jpg, instead of the raw version.I would like to know if it's possible to write an applescript that would...