diff --git a/README.txt b/README.txt index ed148a0..aae30c6 100644 --- a/README.txt +++ b/README.txt @@ -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. \ No newline at end of file +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