Copy link to clipboard
Copied
Hi there!
I want to export all the layers of a PSD file to individual PNGs with transparency, but I have an adjustment layer on my top layer that I want every layer to be exported with.
I named all the layers so I want to keep the layer's names on the exported PNGs.
For example: The adjustment layer is the top layer. Second layer named X. When I expord the layer X, I want it to be marged with the top adjustment layer but still keep the original name on the PNG.
I have few hundreds layers so I need an automatic action to execute that result.
Any Ideas?
Thanks in advance!
Copy link to clipboard
Copied
Use Layer Comps (Window > Layer Comps) and export them.
Layer Comps can retain visibility, positioning, appearance (layer style), and the Layer Comp selection for Smart Objects. Here's how you would set it up:
Copy link to clipboard
Copied
I created the layer comps, but at the end my correction layers didnt appear on the exported images 😞
Copy link to clipboard
Copied
I guess it actually helps to understand the question before responding.
1. Adjustment layer/s on top.
2. Layers to be exported below that.
3. Through some miracle, browse in the quick menu to Quick export to PNG
4. Export all the image layers with the adjustment layer applied.
Above person (Myra) did not understand the question.
So, in 2023, is this possible?
Copy link to clipboard
Copied
If the Layer Comps are set correctly, what Myra outlined works for what @yoavl96892818 asked about.
Copy link to clipboard
Copied
I haven't had time to check, but the following may do it:
https://github.com/Paul-Riggott/PS-Scripts/blob/master/Layer%20Saver%20Plus.jsx
or
https://github.com/Paul-Riggott/PS-Scripts/blob/master/Layer%20Saver.jsx
Otherwise, a custom script would do the job for you.
EDIT: I have just tested and both scripts will include the top adjustment layer into the saved results of the lower layers.