Take a psd and export all the layers into separate image files without using Photoshop
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)"
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
There's a plugin for that: Export Layers as PNG.
It adds an entry to the File menu, Export layers -> as png.
You can export layers to assets like PNG, JPG or SVG from a new service called "Extract" that is in Adobe's Creative Cloud. You don't need Photoshop.
You can try it here: http://www.adobe.com/go/extract_tweet1
You'll need a Creative Cloud login, but, even free accounts can use the service.
- Login to creative.adobe.com/files
- Upload a PSD
- Go to the Extract tab.
- Select any layer and extract an asset.
You'll need to extract each asset individually, at the moment. No way to do it all at once.
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.