Skip to main content
Known Participant
February 7, 2012
Question

Adjustment Layers

  • February 7, 2012
  • 1 reply
  • 1581 views

     I am trying to create a script that will copy and paste, essentially, the attributes of adjustment layers.  I have been unable to find a great deal of information on this on the web, forums and the javascript ref guide. Is there a one size fits all approach to this or does each adj. layer have to be done differently according to that layers information.

This topic has been closed for replies.

1 reply

JJMack
Community Expert
Community Expert
February 7, 2012

Could you give us more details of what your trying to do. Copy and Paste uses the clipboard which I thinks supports text and image.  What did you mean whe you wrote "copy and paste essentially, the attributes of adjustment layers"

JJMack
ClevadioAuthor
Known Participant
February 7, 2012

My apologies I mean read/write. I want to read the attributes of one adjustment layer and write them to another adjustment layer.

JJMack
Community Expert
Community Expert
February 7, 2012

If you do not see a method in the Photoshop scripting guide that provides this function you may need to go to extraordinary length to get information about a layer. Do a search here on how to find information about layers.  I think I have seen some threads on this subject look for replies from Mike Hale and Paul Riggott their knowledge is extensive and they include many scripting examples in their appends.

http://forums.adobe.com/message/3909401#3909401

JJMack