aboutsummaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update psd.tp to latest versionmeltingice2012-04-111-0/+0
|
* Add more debug info to test classmeltingice2012-04-111-1/+1
|
* Fix unit test namesmeltingice2012-04-101-2/+2
|
* Added support for LAB color space and removed strict mode as it's broken in Coffeescript 1.3.1meltingice2012-04-101-0/+8
|
* Fixed CMYK color and begun adding unit testsmeltingice2012-04-101-0/+26
|
* Split toFile functions into sync and async versionsmeltingice2012-04-071-2/+2
|
* Added message to test runner if psd.tp submodule is missingmeltingice2012-04-072-1/+17
|
* Fix tests to work with new png-js changesv0.3.4meltingice2012-04-071-7/+5
|
* Removed git submodule for png.js in favor of npm dependency. Also updated other npm dev dependencies.meltingice2012-04-072-2/+2
|
* Added unified test frameworkmeltingice2012-04-074-0/+183
|
* Renamed test -> examples. Added support for layer opacity when exporting.meltingice2012-04-0510-70/+0
|
* Added benchmark time to export demomeltingice2012-04-041-1/+5
|
* Add some returns to prevent coffeescript accumulating array results. Also, fixed layer-export demo logging.meltingice2012-04-041-3/+4
|
* Changed layer image data parsing to disabled by default.meltingice2012-04-013-2/+1
|
* Fix file reference in layer-export demo and updated READMEmeltingice2012-04-011-4/+3
|
* Added ability to skip layer image parsing since it can be very memory intensivemeltingice2012-04-013-1/+4
|
* Reading channel images without error, but seems to be a parsing problem somewhere.meltingice2012-03-301-12/+3
|
* Fix filename for test filemeltingice2012-03-061-1/+1
|
* Lots of parsing improvements and bugfixes. Started parsing layer channel image data, but seems to be buggy.meltingice2012-03-068-2/+30
|
* Added toImage() function to export to an image instead of a canvas, and updated documentation.meltingice2012-03-021-3/+6
|
* Updated README and disabled debugging messages by defaultmeltingice2012-03-021-1/+0
|
* Added ability to skip parsing sections. Added more color blend modes. Added functions to easily export to file or canvas. Updated tests/demos.meltingice2012-03-025-23/+43
|
* Change back to bundled test psdmeltingice2012-02-271-1/+1
|
* Started image data parsing. Works for *extremely* simple PSDs. Still pretty buggy.meltingice2012-02-271-3/+17
|
* Remove massive output.json file and updated READMEmeltingice2012-01-281-294552/+0
|
* Library restructure complete. Still plenty of bugs to iron out, but in simple cases image data is being generated.meltingice2012-01-281-27116/+267849
|
* Added a quick PSDImage class that needs work. Final PSD object is written to output.json for inspection, as its quite large.meltingice2012-01-252-1/+53825
|
* Initial commit. Reading header data works in node.meltingice2012-01-242-0/+4