• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: AppleScripting ColorSync
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >AppleScripting ColorSync (From: "Fleisher, Ken" <email@hidden>)
 >Re: AppleScripting ColorSync (From: Rolf Gierling <email@hidden>)
 >Re: AppleScripting ColorSync (From: John Gnaegy <email@hidden>)
 >Re: AppleScripting ColorSync (From: Rolf Gierling <email@hidden>)

  • Prev by Date: Re: AppleScripting ColorSync
  • Next by Date: Re: AppleScripting ColorSync
  • Previous by thread: Re: AppleScripting ColorSync
  • Next by thread: Re: AppleScripting ColorSync
  • Index(es):
    • Date
    • Thread