Re: AppleScripting ColorSync
Re: AppleScripting ColorSync
- Subject: Re: AppleScripting ColorSync
- From: Clemens Beisch <email@hidden>
- Date: Fri, 7 Dec 2007 13:05:15 +0100
Am 07.12.2007 um 12:32 schrieb Rolf Gierling:
tell application "ColorSyncScripting"
launch
match file "Macintosh HD:Users:mini:Desktop:Test.tif" from source
file "Macintosh HD:Users:mini:Desktop:Mein RGB-Standard.icc" to
destination file "Macintosh HD:Users:mini:Desktop:ISOcoated.icc" --
matching with relative colorimetric intent
end tell
I have copied these lines to the script editor and just modfied the
path to my desktop.
And now the results:
It dosn't work
And now the good news - I know why ;-)
ColorSync only works with ICC profiles that are installed in one of
the default locations
1. /System/Library/ColorSync/Profiles/
2. /Library/ColorSync/Profiles/
3. /Users/"LOCALUSER"/Library/ColorSync/Profiles/
After changing the script above to:
tell application "ColorSyncScripting"
launch
match file "Macintosh HD:Users:mini:Desktop:Test.tif" from source
file "Macintosh HD:Library:ColorSync:Profile1.icc" to destination
file "Macintosh HD:Library:ColorSync:Profiles:Profile2.icc" matching
with relative colorimetric intent
end tell
... everything works fine!
It is like ColorSync on OS9 :-(
The funy thing is, that you can use every location for your profiles
when you are working with SIPS.
Best regards,
Clemens Beisch
==============================
colorXact - colors are coming home!
First online ICC profiling software
register for free
http://www.colorxact.net
==============================
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Colorsync-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden