PhotoScripter and Curves
PhotoScripter and Curves
- Subject: PhotoScripter and Curves
- From: Simon Topliss <email@hidden>
- Date: Wed, 27 Jun 2001 12:25:31 +0100
Has anyone had any success applying curve data to images in PhotoShop using
PhotoScripter?
I am trying to add a 10% increase or decrease to the midtones of each
channel (CMYK). I need to be able to access each channel separately as I am
trying to create 26 variations of any image.
Whatever values I add I always seem to get the same result. I was hoping to
use:
tell application "Adobe. Photoshop. 5.5"
-- next should be all on one line
adjust the current document changing curves to {adjustment: {curves
adjustment {channel:cyan channel, curve:{{0, 0}, {50, 55}, {255, 255}}}}} --
all on one line
end tell
But that's not achieving the correct result. Any ideas?
Simon