Exporting groups of layers from a PSD to a single PNG file using Photoshop
Exporting groups of layers from a PSD to a single PNG file using Photoshop
Question
What is the fastest way by which I can save a group of layers as a single .png
file with empty spaces around the group of layers trimmed. I know I can run a script to export every single layer to a .png
file, but can I set it to extract only selected layers and save them in one .png
file?
2013/10/23
Popular Answer
- Select the particular layers you want to save as a
.png
file - press Ctrl+e (that'll merge them into a single layer)
select all
andcopy
- press Ctrl+n to create new file.
The default option in Photoshop is that the size of the new file will be the same as what you've in clip-board. In this case, it'll give you a size with the empty spaces trimmed.
Now paste your clip-board content and save as .png
.
2013/10/23