Skip to main content
OFFICER#88
Inspiring
January 28, 2020
Question

Automatically save all layers to file (png) are only saved as 8bit no chance to 16bit / chanel????

  • January 28, 2020
  • 1 reply
  • 515 views

Have you ever try this someone? For example i have got multilayered psd file which i need to export to multiple separated png's files which needs to be in the same color depth as the psd is (16bit) but only options i found with commands (quick export to png or layers to file) are saved in 8bit per chanel.

 

So for now i ended up to save each layers as separated 16bit png file manually...

 

Anyone has some advice for the future?

This topic has been closed for replies.

1 reply

JJMack
Community Expert
Community Expert
January 28, 2020

Write a script to Automate your manual process. I would think though you would want to skip some layer kinds like adjustment layers  or may want to save layers with any adjustment applied to the layer. Which will complicate the script. For the are many way adjustment can be added into a document. 

JJMack
OFFICER#88
Inspiring
January 29, 2020

Thank you JJMack for your answer. I have to note that my layerset is easy i have not any of Adjustment layers or so just layers with the same dimensions it should be done by some automation or script.

Ofcourse88