aboutsummaryrefslogtreecommitdiffstats
path: root/Cakefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added support for 6 more additional layer settingsmeltingice2012-07-171-0/+6
* Fix layer name parsing bug and add solid color layer datameltingice2012-07-171-0/+1
* Improved and fixed descriptor parsing code. Added support for TypeTool >= 6.0meltingice2012-07-021-13/+1
* Added initial support for parsing descriptors. Needs bug fixes.meltingice2012-06-281-1/+15
* Added support for parsing posterization adjustment layermeltingice2012-04-191-0/+1
* Add license data to top of generated JSmeltingice2012-04-191-0/+1
* Added support for invert adjustment layermeltingice2012-04-161-0/+1
* Added support for parsing adjustment layer threshold datameltingice2012-04-161-0/+1
* Added support for parsing selective color adjustment layer datameltingice2012-04-161-0/+1
* Added support for parsing hue/saturation adjustment layer datameltingice2012-04-161-0/+1
* Added support for parsing color balance layer datameltingice2012-04-161-0/+1
* Added parsing of brightness/contrast adjustment layermeltingice2012-04-161-0/+1
* Removed a nice chunk of unused codemeltingice2012-04-161-1/+0
* Added support for parsing layer curves and switched internal data representation to Int8Arraymeltingice2012-04-151-0/+1
* Added assertion polyfill for browsersmeltingice2012-04-121-0/+2
* Added support for parsing layer levels infomeltingice2012-04-111-1/+4
* Added support for multichannel image modemeltingice2012-04-101-4/+0
* Added support for LAB color space and removed strict mode as it's broken in Coffeescript 1.3.1meltingice2012-04-101-0/+2
* Merge branch 'master' of github.com:meltingice/psd.jsmeltingice2012-04-101-1/+1
|\
| * Removed references to zip.js and node-canvasmeltingice2012-04-101-1/+1
* | Fixed CMYK color and begun adding unit testsmeltingice2012-04-101-3/+11
|/
* Removed zip.js dependency; can use built-in zlib instead. Also added minified version and added LICENSE info to jspack.meltingice2012-04-071-1/+2
* Added unified test frameworkmeltingice2012-04-071-10/+3
* Renamed test -> examples. Added support for layer opacity when exporting.meltingice2012-04-051-0/+12
* Reading channel images without error, but seems to be a parsing problem somewhere.meltingice2012-03-301-1/+14
* Lots of parsing improvements and bugfixes. Started parsing layer channel image data, but seems to be buggy.meltingice2012-03-061-1/+10
* Moved type tool parsing into its own classmeltingice2012-02-261-0/+1
* Started work on adding layer effect supportnelson.silva2012-02-231-0/+1
* Added package.json for npmnelson.silva2012-02-221-1/+1
* Added ability to load a PSD from a File object, changed the int helper functions from signed to unsigned ints, and started on some better documentation.meltingice2012-02-011-1/+1
* Library restructure complete. Still plenty of bugs to iron out, but in simple cases image data is being generated.meltingice2012-01-281-0/+1
* Lots of reorganization and work on layersmeltingice2012-01-281-0/+5
* Added a quick PSDImage class that needs work. Final PSD object is written to output.json for inspection, as its quite large.meltingice2012-01-251-0/+1
* Initial commit. Reading header data works in node.meltingice2012-01-241-0/+101