PhotoShop Batch Q
PhotoShop Batch Q
Out of context: Reply #4
- Started
- Last post
- 7 Responses
- abstrakt0
if you want to save each layer, just make sure the first layer is selected, then create an action that's something like this:
select all
copy (or copy merged [ctrl+shft+c], depending on your needs)
ctrl+n
ctrl+v
save as (or save for web, but this is the step that will usually require some manual input)
ctrl+w
alt+[ (this will select the previous layer, so you can run the action again on the next layer)that's the best you can do with photoshop's actions to achieve what you want.