Getting values in Photoshop 7
Getting values in Photoshop 7
- Subject: Getting values in Photoshop 7
- From: Steen Villumsen <email@hidden>
- Date: Tue, 20 May 2003 15:20:03 +0200
Hey!
I'm trying to get Photoshop 7.01 (On OS X) to return the CMYK-values of a
certain part on an image.
If I want to know the value of the fourth pixel from the top, and 3rd from
the left side of an image, I'm thinking my script will have to look
something like this:
tell application "Adobe Photoshop 7.0"
set MyValue to CMYK color black of pixel with properties {position:4,3}
end tell
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.