Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 31 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,34 @@ Tested with PSDs created by PS 3.0, 5.5, 7.0, CS and CS2,
in Bitmap, Indexed, Grey Scale, CMYK and RGB Colour modes
and 8/16 bit depths, with up to 53 alpha channels.

This software uses zlib which is (C) Jean-loup Gailly and Mark Adler.
This software uses zlib which is (C) Jean-loup Gailly and Mark Adler.

Install:
1. http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi
2. http://effbot.org/downloads/PIL-1.1.7.win32-py2.7.exe
(http://www.pythonware.com/products/pil/)
3. http://pyyaml.org/download/pyyaml/PyYAML-3.10.win32-py2.7.exe


Usage examples:

psdparser.py my.psd
psdparser.py my.psd >my.psd.log

psdparser.py my.psd -v
psdparser.py my.psd -v 1>my.psd.log 2>&1



Related:

* PSD/PSB Parser Utility:

http://www.telegraphics.com.au/sw/files/psdparse-3.6f1-win32.zip
(http://www.ohloh.net/p/psdparse)
-> psdparse.exe my.psd --writepng


* PSD/PSB Converter to Gimp XCF layered format

http://www.telegraphics.com.au/sw/files/psd2xcf-3.4b5-win.zip