Take a psd and export all the layers into separate image files without using Photoshop
--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Thinking It Over
--
Chapters
00:00 Take A Psd And Export All The Layers Into Separate Image Files Without Using Photoshop
00:47 Answer 1 Score 33
01:20 Accepted Answer Score 17
02:01 Answer 3 Score 7
02:14 Answer 4 Score 7
02:55 Answer 5 Score 1
03:14 Thank you
--
Full question
https://superuser.com/questions/471446/t...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#images #adobephotoshop #gimp #layers #psd
#avk47
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Thinking It Over
--
Chapters
00:00 Take A Psd And Export All The Layers Into Separate Image Files Without Using Photoshop
00:47 Answer 1 Score 33
01:20 Accepted Answer Score 17
02:01 Answer 3 Score 7
02:14 Answer 4 Score 7
02:55 Answer 5 Score 1
03:14 Thank you
--
Full question
https://superuser.com/questions/471446/t...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#images #adobephotoshop #gimp #layers #psd
#avk47
ANSWER 1
Score 33
There is a tool from Telegraphics called PSDParse that should do the trick.
psd2png.exe -w Filename.psd
usage: psd2png.exe [options] psdfile...
-h, --help show this help
-v, --verbose print more information
-q, --quiet work silently
-w, --writepng write PNG files of each raster layer (and merged composite)
-d, --pngdir dir put PNGs in directory (implies --writepng)
-m, --makedirs create subdirectory for PNG if layer name contains \'s
-l, --list write an 'asset list' of layer sizes and positions
-s, --split write each composite channel to individual (grey scale) PNG
Here's a link to the version I used, or you can go to the website for the latest version for your operating system.
http://www.telegraphics.com.au/sw/files/psdparse-1.7b1-win.zip
ACCEPTED ANSWER
Score 17
If you don't want to install any plugin, do this using GIMP (open source tool):
- Select the layer and copy Ctrl+C or
Edit > Copy
- Then
Select > File > Create > From Clipboard
, this creates a new document from the copied layer, or you can just make the layer you want the only thing visible. - Then
select > File > Save As...
then go down to "Select File Type (By Extension)" - In the box where it says "All images select that box and go down to "PNG image (*.png)"
ANSWER 3
Score 7
There's a plugin for that: Export Layers as PNG.
It adds an entry to the File menu, Export layers -> as png.
ANSWER 4
Score 1
Go to "File" menu in Photoshop (trial or free, no matter)
Now go to "Export" submenu and select "Export layers to files".
In the opened dialog, choose PNG as file type and browse for destination folder.