Hi,
I’m trying to make a script (for 10.3.9) that would set the display to a custom ICC profile after waking up from sleep mode.
Can’t seem to find a script for this, not enough expierence with Applescript to do it myself.
Thanks
Model: Dual G5
AppleScript: 1.9.3
Browser: Safari 312.3.3
Operating System: Mac OS X (10.3.9)
Well, I see that this reply is about two years late, but… it still might be of some use to somebody. To get this script to work, you must use the simple name of your color profile as listed in system preferences, NOT the name of the file. For example instead of using “Whatever.icc”, simply use “Whatever”.
tell application "ColorSyncScripting" to set display profile of display 1 to profile "Whatever"