
Impressive new addition to the list of javascript codec/file format implementations:
psd.jsis a general purpose file parser for PSD files created in Photoshop. Given a PSD file, it can parse out information such as image size and color modes, image resources, layer info, image contents, etc.
Written in Coffeescript. Works in modern browsers and NodeJS.
psd.js →
psd.js source (github) →
