aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Lots of parsing bugfixes for layers and masks. Begun adding assertion testing using built-in module.meltingice2012-04-112-82/+78
* Added support for multichannel image modemeltingice2012-04-102-1/+24
* Added support for LAB color space and removed strict mode as it's broken in Coffeescript 1.3.1meltingice2012-04-102-229/+489
* Merge branch 'master' of github.com:meltingice/psd.jsmeltingice2012-04-102-13/+11
|\
| * Removed references to zip.js and node-canvasmeltingice2012-04-102-13/+11
* | Fixed CMYK color and begun adding unit testsmeltingice2012-04-102-96/+59
|/
* Removed zip.js dependency; can use built-in zlib instead. Also added minified version and added LICENSE info to jspack.meltingice2012-04-072-3/+217
* Split toFile functions into sync and async versionsmeltingice2012-04-071-5/+24
* Added unified test frameworkmeltingice2012-04-071-23/+24
* Renamed test -> examples. Added support for layer opacity when exporting.meltingice2012-04-051-8/+14
* Fixed bug with CMYK imagesmeltingice2012-04-051-1/+1
* Add some returns to prevent coffeescript accumulating array results. Also, fixed layer-export demo logging.meltingice2012-04-041-8/+6
* Store pixelData array as a 1D array instead of object with 4 arrays. Dramatically reduce memory footprint.meltingice2012-04-031-68/+64
* Switched PSDImage channel data to typed array to lower memory usage a bitmeltingice2012-04-011-10/+12
* Changed layer image data parsing to disabled by default.meltingice2012-04-011-1/+1
* Added ability to skip layer image parsing since it can be very memory intensivemeltingice2012-04-011-3/+28
* Added documentation, generated updated HTML docs, and cleaned up code a little.meltingice2012-04-011-4/+2
* Fixed layer image parsing. Can now export individual layers as images.meltingice2012-04-011-21/+64
* Reading channel images without error, but seems to be a parsing problem somewhere.meltingice2012-03-301-204/+263
* Remove call to console.logmeltingice2012-03-061-2/+2
* Default psd.js compiled without zip.js for filesizemeltingice2012-03-061-2140/+0
* Lots of parsing improvements and bugfixes. Started parsing layer channel image data, but seems to be buggy.meltingice2012-03-061-235/+2725
* Added toImage() function to export to an image instead of a canvas, and updated documentation.meltingice2012-03-021-0/+7
* Updated README and disabled debugging messages by defaultmeltingice2012-03-021-1/+1
* 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-021-34/+189
* Fixed RLE image parsing/decodingmeltingice2012-02-281-43/+34
* Merge branch 'imageparse' of github.com:meltingice/psd.js into imageparsemeltingice2012-02-281-15/+92
|\
| * Started image data parsing. Works for *extremely* simple PSDs. Still pretty buggy.meltingice2012-02-271-15/+92
* | Moved type tool parsing into its own classmeltingice2012-02-261-66/+87
|/
* Fixed readStringnelson.silva2012-02-251-2/+2
* Fixes to the parsernelson.silva2012-02-251-29/+34
* Making image for each layernelson.silva2012-02-241-33/+84
* Started work on adding layer effect supportnelson.silva2012-02-231-9/+121
* Removed accidental debugger statementnelson.silva2012-02-231-1/+0
* Fixed copyright flag parsernelson.silva2012-02-221-1/+2
* Lot of additions and significantly improved parsing. Still some bugs in a few select cases with very complicated files though. About ready for parsing merged image data.meltingice2012-02-141-127/+142
* Added blending range parsingmeltingice2012-02-021-1/+26
* Fix some merge problemsmeltingice2012-02-021-17/+17
|\
| * 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-18/+18
* | Lots of bug fixes. Clarified between unsigned/signed ints. Started work on parsing some resources. More work on layer parsing.meltingice2012-02-021-89/+449
|/
* Push images into layer arraymeltingice2012-01-281-3/+4
* Library restructure complete. Still plenty of bugs to iron out, but in simple cases image data is being generated.meltingice2012-01-281-242/+297
* Fix a few language errors and successfully compiled.meltingice2012-01-281-265/+621
* 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-23/+76
* More work on reading the image. Need to implement parts of PIL.meltingice2012-01-241-14/+142
* Finished layer parsing, but need to implement some image merging methodsmeltingice2012-01-241-6/+199
* Fixed bug in pad2 and pad4 now that I've figured out what they actually do. Resources now load correctly.meltingice2012-01-241-2/+2
* Added resource parsing, although there's a bug where they aren't quite being parsed correctly.meltingice2012-01-241-6/+48
* Initial commit. Reading header data works in node.meltingice2012-01-241-0/+526