Friday, February 3, 2012

psd.js


About

psd.js is 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.
The psd.js source files are written in Coffeescript and hosted on Github.

Goals

psd.js is far from finished, but it also has a great start. Some goals of the project are:
  • Output flattened image to PNG
  • Output image to HTML canvas
  • Selectively enable/disable layers for export
  • Extract image contents of single layers

No comments: