aboutsummaryrefslogtreecommitdiffstats
path: root/test (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-11Update psd.tp to latest versionmeltingice1-0/+0
2012-04-11Add more debug info to test classmeltingice1-1/+1
2012-04-10Fix unit test namesmeltingice1-2/+2
2012-04-10Added support for LAB color space and removed strict mode as it's broken in Coffeescript 1.3.1meltingice1-0/+8
2012-04-10Fixed CMYK color and begun adding unit testsmeltingice1-0/+26
2012-04-07Split toFile functions into sync and async versionsmeltingice1-2/+2
2012-04-07Added message to test runner if psd.tp submodule is missingmeltingice2-1/+17
2012-04-07Fix tests to work with new png-js changesv0.3.4meltingice1-7/+5
2012-04-07Removed git submodule for png.js in favor of npm dependency. Also updated other npm dev dependencies.meltingice2-2/+2
2012-04-07Added unified test frameworkmeltingice4-0/+183
2012-04-05Renamed test -> examples. Added support for layer opacity when exporting.meltingice10-70/+0
2012-04-04Added benchmark time to export demomeltingice1-1/+5
2012-04-04Add some returns to prevent coffeescript accumulating array results. Also, fixed layer-export demo logging.meltingice1-3/+4
2012-04-01Changed layer image data parsing to disabled by default.meltingice3-2/+1
2012-04-01Fix file reference in layer-export demo and updated READMEmeltingice1-4/+3
2012-04-01Added ability to skip layer image parsing since it can be very memory intensivemeltingice3-1/+4
2012-03-30Reading channel images without error, but seems to be a parsing problem somewhere.meltingice1-12/+3
2012-03-06Fix filename for test filemeltingice1-1/+1
2012-03-06Lots of parsing improvements and bugfixes. Started parsing layer channel image data, but seems to be buggy.meltingice8-2/+30
2012-03-02Added toImage() function to export to an image instead of a canvas, and updated documentation.meltingice1-3/+6
2012-03-02Updated README and disabled debugging messages by defaultmeltingice1-1/+0
2012-03-02Added ability to skip parsing sections. Added more color blend modes. Added functions to easily export to file or canvas. Updated tests/demos.meltingice5-23/+43
2012-02-27Change back to bundled test psdmeltingice1-1/+1
2012-02-27Started image data parsing. Works for *extremely* simple PSDs. Still pretty buggy.meltingice1-3/+17
2012-01-28Remove massive output.json file and updated READMEmeltingice1-294552/+0
2012-01-28Library restructure complete. Still plenty of bugs to iron out, but in simple cases image data is being generated.meltingice1-27116/+267849
2012-01-25Added a quick PSDImage class that needs work. Final PSD object is written to output.json for inspection, as its quite large.meltingice2-1/+53825