Does one of you know, what is the best and most comfortable way to parse *.psd file from command-line, get all layers and save them all as, say, *.pngs? Preferably in MacOs, Linux or FreeBSD, but Windows is also OK.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Imagemagick will by default convert a psd to multiple images:
will result in file-0.png, file-1.png etc for each layer. If you wanted a single image, use the
Imagemagick is available on osx, windows and linux. And iOS somehow. |
|||
|
|