Skip to content

manolovn/psd.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Please note: this is a work in progress and is not finished yet. Do not use in production anywhere.

Contributing

If you would like to contribute to psd.js, you can refer to the official PSD file format specifications for help.

Building psd.js

psd.js comes with a handy Cakefile to build the library for you. It first searches for all dependencies in the deps/ folder, then adds the core library afterwards in the order speciifed in the Cakefile.

To build, simply run cake build. If you would like the library to automatically build after any source files are saved, you can run cake watch.

About

A Photoshop (PSD) file parser in Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published