Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Export all layers with adjustment layer

New Here ,
Dec 15, 2021 Dec 15, 2021

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!

TOPICS
Actions and scripting
6.7K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 16, 2023 Apr 16, 2023

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.

Translate
Adobe
Community Expert ,
Dec 15, 2021 Dec 15, 2021

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:

  1. In the Layers panel, turn on the visibility for the adjustment layer and just one layer, and turn off the visibility for the other layers
  2. In the Layer Comps panel, click the Create New Layer Comp icon
  3. You can leave all of the options selected in the New Layer Comp dialog
  4. Repeat steps 1-3 for the same adjustment layer except change the layer that remains visible until you make a layer comp for each combo
  5. Go to File > Export > Layer Comps to Files

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 16, 2023 Apr 16, 2023

I created the layer comps, but at the end my correction layers didnt appear on the exported images 😞

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 29, 2023 Apr 29, 2023

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?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 29, 2023 Apr 29, 2023

If the Layer Comps are set correctly, what Myra outlined works for what @yoavl96892818 asked about.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 29, 2024 Jan 29, 2024

At that point you might as well just save each layer one by one maually. This doesn't save you any time when working with tens or hundreds of layers.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 16, 2024 Sep 16, 2024

What is blowing my mind is that its 2024 and the only answers seem to be custom scripts? How can this be? WHy is isnt it just a built in export option?

WHat am I missing? It must be me, right?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 16, 2024 Sep 16, 2024

Probably because this is a minor issue and wouldn't be used frequently? Scripting is in the app so that edge cases can be handled by the user. That's pretty normal for professional software; Excel is another example where scripting enables a lot of custom workflows.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 16, 2024 Sep 16, 2024

Wanting to modify multpile layers at the same time and then export the layers with the modifications is a "minor issue"?

Please tell me more.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 16, 2024 Sep 16, 2024

Did you read the OP? This is a minor issue as in omission, handled by a script instead of implemented by the developers.

Take a long read through these forums- everyone and their brother has a pet feature they think is "indispensable" but not many other people would want or need. Developer resources are limited and frankly, Photoshop is a bloated mess already. Adobe has been working to update the program core as well as add market-driven features like AI, so yeah- edge case ideas are not likely to happen.

Have you tried the scripts (which, you'll note, have been supplied for free by volunteers?)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 16, 2024 Sep 16, 2024

The program lets you do something to multiple layers but you need a hack to export them with the changes.


You call it a "minor issue" and the desire it naturally export the changes it makes a "pet feature" and "edge case"

 

Some may see it as a simple logical expectation.

 

Lets agree to disagree.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 16, 2024 Sep 16, 2024
LATEST
quote

The program lets you do something to multiple layers but you need a hack to export them with the changes.


By @Kaijukilluh2099

 

I’m curious, what do you think of File > Export > Layers to Files – Is this a hack in your opinion?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 16, 2023 Apr 16, 2023

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 26, 2024 Jun 26, 2024

Just logged in to say you're a genius. Thanks for this! You just saved me soooooo much time

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 04, 2024 Aug 04, 2024

Watch this youtube video!

https://www.youtube.com/watch?v=477T3r2CcjU

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 04, 2024 Aug 04, 2024

@Darshan38985052ng5f 

 

Yes, that’s another great script in addition to the two that I previously posted.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines