Skip to main content
Inspiring
September 29, 2011
Answered

[AS][CS5] create selection of channel content

  • September 29, 2011
  • 1 reply
  • 448 views

Hi,

Does anynone know how I can select the channel content by using Applescipt?

I've tried using "select all" but it selects the entire channel, not only the content of the channel.

Many thanx

John

This topic has been closed for replies.
Correct answer Muppet Mark

tell application "Adobe Photoshop CS5"

  tell the current document

  load selection from channel "Black"

  end tell

end tell

1 reply

Muppet MarkCorrect answer
Inspiring
September 29, 2011

tell application "Adobe Photoshop CS5"

  tell the current document

  load selection from channel "Black"

  end tell

end tell

Inspiring
September 30, 2011

Hi Mark

Thanx for your feedback. It works great.

John