Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 525 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 525 Bytes

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