Copy link to clipboard
Copied
hi all,
how to get the image from the photoshop psd file and after getting the image, convert that image to PNG format. is there any script to do that.
Thank you
Copy link to clipboard
Copied
Image is in PSD file as layer or something else? Is that layer always in the same relative position and named or not? I can tag scripters but you must be more specific and descriptive @c.pfaffenbichler @Stephen Marsh @Chuck Uebele @jazz-y
Copy link to clipboard
Copied
Copy link to clipboard
Copied
If its always in the same relative position and/or always named with the same layer name then the trick can be done, probably, do you want to batch process files? Do you want to save all layers or just one? Are you aware of File > Export > Layers to Files?
Copy link to clipboard
Copied
all the layers name are different. i want to like File > Export >Quick export as PNG
Copy link to clipboard
Copied
Have you tried File > Export > Layers to Files > PNG-24 or PNG-8?
Copy link to clipboard
Copied
Example code in the following topics:
https://github.com/Paul-Riggott/PS-Scripts/blob/master/Layer%20Saver%20Plus.jsx
https://github.com/Paul-Riggott/PS-Scripts/blob/master/Layer%20Saver.jsx
Find more inspiration, events, and resources on the new Adobe Community
Explore Now