Psd.js
A Photoshop (PSD) file parser in Javascript
Install / Use
/learn @simboyz/Psd.jsREADME
psd.js
A Photoshop file format (PSD) parser written in Coffeescript/Javascript for both browsers and NodeJS implementations.
This implementation is more or less a direct port of pypsd with some help from psdparse.
Current Status
This is a work in progress and is not finished yet.
Whats done?
- Read header information
- Find and read all image resources
- Read and parse all image layers
- Read image data into HTML canvas friendly format
