When I run this script:
property ProfileName : "Adobe RGB (1998)"
set thisFile to alias "Macintosh HD:Users:steve:Desktop:HA070107_PH_Hair.tif"
tell application "ColorSyncScripting" to match thisFile to destination profile ProfileName matching with absolute colorimetric intent
I get this error:
ColorSyncScripting got an error: An error of type -176 has occurred.
What am I doing wrong?