Color Dialog in Photoshop
Color Dialog in Photoshop
- Subject: Color Dialog in Photoshop
- From: "Fleisher, Ken" <email@hidden>
- Date: Thu, 14 Feb 2008 08:32:40 -0500
- Thread-topic: Color Dialog in Photoshop
Title: Color Dialog in Photoshop
Hello. I have a script with the following code (this is not the whole script, but that shouldn’t matter):
tell application "Adobe Photoshop CS2"
convert doc20 to profile "Adobe RGB (1998)" intent relative colorimetric with blackpoint compensation without dithering
end tell
doc20 is the targeted document. This script was working fine with OS 10.4.8 on a G5. The computer was replaced with an Intel Mac and OS 10.4.11. Now when the script gets to this line, Photoshop will show the profile mismatch dialog box (it didn’t do that before). I have tried adding the line:
set display dialogs to never
inside the Photoshop tell block, but this did not prevent the dialog from appearing. I don’t want to change the color preference to “not warn for a color mismatch” because it’s important to know when this happens. In any case, the setting is the same as it had been on the other computer.
Does anyone know how to prevent this dialog from appearing? It really puts a kink in the whole automation scenario! Thanks.
--
Ken Fleisher
Photographer
Imaging & Visual Services
National Gallery of Art
Washington, D.C.
Phone: (202) 712-7471
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden