Re: Photoshop Alpha Channels
Re: Photoshop Alpha Channels
- Subject: Re: Photoshop Alpha Channels
- From: Stan Cleveland <email@hidden>
- Date: Mon, 13 Nov 2006 11:54:34 -0800
- Thread-topic: Photoshop Alpha Channels
Title: Re: Photoshop Alpha Channels
On 11/13/06 1:37 AM, Gary Tate wrote:
Does anyone know how to create an alpha channel dynamically using AS? I can;t find anything in the dictionary about it.
Running PShop CS 8.0
OSX Tiger
The code below should do the job. The returned properties record contains a few other parameters you can set (besides name and kind) when creating a channel.
tell application "Adobe Photoshop CS"
tell current document
make new channel with properties {name:"Blah", kind:selected area channel}
return properties of channel "Blah"
end tell
end tell
Stan C.
_______________________________________________
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/mailman//archives/applescript-users
This email sent to email@hidden