• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Photoshop Alpha Channels
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Photoshop Alpha Channels (From: Gary Tate <email@hidden>)

  • Prev by Date: Photoshop Alpha Channels
  • Next by Date: Setting default application to an app whose creator type is "????"
  • Previous by thread: Photoshop Alpha Channels
  • Next by thread: Setting default application to an app whose creator type is "????"
  • Index(es):
    • Date
    • Thread