Re: help needed with scripting ColorSync conversion
Re: help needed with scripting ColorSync conversion
- Subject: Re: help needed with scripting ColorSync conversion
- From: John Gnaegy <email@hidden>
- Date: Mon, 18 Jun 2001 18:37:44 -0700
Just modify one of the ColorSync scripts, that's what they're there
for. This is a simple modification of the script "Match to specific
profiles" (you just leave out the "from source sourceProf" and use a
different profile for the destination):
on open theSelection
tell application "ColorSyncScripting"
set destProf to profile "sRGB Profile"
repeat with thisFile in theSelection
match thisFile to destination destProf
end repeat
end tell
end open
---
John
email@hidden
colorsync testing