| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Lots of parsing bugfixes for layers and masks. Begun adding assertion testing using built-in module. |  meltingice | 2012-04-11 | 2 | -82/+78 |
| * | Added support for multichannel image mode |  meltingice | 2012-04-10 | 2 | -1/+24 |
| * | Added support for LAB color space and removed strict mode as it's broken in Coffeescript 1.3.1 |  meltingice | 2012-04-10 | 2 | -229/+489 |
| * | Merge branch 'master' of github.com:meltingice/psd.js |  meltingice | 2012-04-10 | 2 | -13/+11 |
| |\ |
|
| | * | Removed references to zip.js and node-canvas |  meltingice | 2012-04-10 | 2 | -13/+11 |
| * | | Fixed CMYK color and begun adding unit tests |  meltingice | 2012-04-10 | 2 | -96/+59 |
| |/ |
|
| * | Removed zip.js dependency; can use built-in zlib instead. Also added minified version and added LICENSE info to jspack. |  meltingice | 2012-04-07 | 2 | -3/+217 |
| * | Split toFile functions into sync and async versions |  meltingice | 2012-04-07 | 1 | -5/+24 |
| * | Added unified test framework |  meltingice | 2012-04-07 | 1 | -23/+24 |
| * | Renamed test -> examples. Added support for layer opacity when exporting. |  meltingice | 2012-04-05 | 1 | -8/+14 |
| * | Fixed bug with CMYK images |  meltingice | 2012-04-05 | 1 | -1/+1 |
| * | Add some returns to prevent coffeescript accumulating array results. Also, fixed layer-export demo logging. |  meltingice | 2012-04-04 | 1 | -8/+6 |
| * | Store pixelData array as a 1D array instead of object with 4 arrays. Dramatically reduce memory footprint. |  meltingice | 2012-04-03 | 1 | -68/+64 |
| * | Switched PSDImage channel data to typed array to lower memory usage a bit |  meltingice | 2012-04-01 | 1 | -10/+12 |
| * | Changed layer image data parsing to disabled by default. |  meltingice | 2012-04-01 | 1 | -1/+1 |
| * | Added ability to skip layer image parsing since it can be very memory intensive |  meltingice | 2012-04-01 | 1 | -3/+28 |
| * | Added documentation, generated updated HTML docs, and cleaned up code a little. |  meltingice | 2012-04-01 | 1 | -4/+2 |
| * | Fixed layer image parsing. Can now export individual layers as images. |  meltingice | 2012-04-01 | 1 | -21/+64 |
| * | Reading channel images without error, but seems to be a parsing problem somewhere. |  meltingice | 2012-03-30 | 1 | -204/+263 |
| * | Remove call to console.log |  meltingice | 2012-03-06 | 1 | -2/+2 |
| * | Default psd.js compiled without zip.js for filesize |  meltingice | 2012-03-06 | 1 | -2140/+0 |
| * | Lots of parsing improvements and bugfixes. Started parsing layer channel image data, but seems to be buggy. |  meltingice | 2012-03-06 | 1 | -235/+2725 |
| * | Added toImage() function to export to an image instead of a canvas, and updated documentation. |  meltingice | 2012-03-02 | 1 | -0/+7 |
| * | Updated README and disabled debugging messages by default |  meltingice | 2012-03-02 | 1 | -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. |  meltingice | 2012-03-02 | 1 | -34/+189 |
| * | Fixed RLE image parsing/decoding |  meltingice | 2012-02-28 | 1 | -43/+34 |
| * | Merge branch 'imageparse' of github.com:meltingice/psd.js into imageparse |  meltingice | 2012-02-28 | 1 | -15/+92 |
| |\ |
|
| | * | Started image data parsing. Works for *extremely* simple PSDs. Still pretty buggy. |  meltingice | 2012-02-27 | 1 | -15/+92 |
| * | | Moved type tool parsing into its own class |  meltingice | 2012-02-26 | 1 | -66/+87 |
| |/ |
|
| * | Fixed readString |  nelson.silva | 2012-02-25 | 1 | -2/+2 |
| * | Fixes to the parser |  nelson.silva | 2012-02-25 | 1 | -29/+34 |
| * | Making image for each layer |  nelson.silva | 2012-02-24 | 1 | -33/+84 |
| * | Started work on adding layer effect support |  nelson.silva | 2012-02-23 | 1 | -9/+121 |
| * | Removed accidental debugger statement |  nelson.silva | 2012-02-23 | 1 | -1/+0 |
| * | Fixed copyright flag parser |  nelson.silva | 2012-02-22 | 1 | -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. |  meltingice | 2012-02-14 | 1 | -127/+142 |
| * | Added blending range parsing |  meltingice | 2012-02-02 | 1 | -1/+26 |
| * | Fix some merge problems |  meltingice | 2012-02-02 | 1 | -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. |  meltingice | 2012-02-01 | 1 | -18/+18 |
| * | | Lots of bug fixes. Clarified between unsigned/signed ints. Started work on parsing some resources. More work on layer parsing. |  meltingice | 2012-02-02 | 1 | -89/+449 |
| |/ |
|
| * | Push images into layer array |  meltingice | 2012-01-28 | 1 | -3/+4 |
| * | Library restructure complete. Still plenty of bugs to iron out, but in simple cases image data is being generated. |  meltingice | 2012-01-28 | 1 | -242/+297 |
| * | Fix a few language errors and successfully compiled. |  meltingice | 2012-01-28 | 1 | -265/+621 |
| * | Added a quick PSDImage class that needs work. Final PSD object is written to output.json for inspection, as its quite large. |  meltingice | 2012-01-25 | 1 | -23/+76 |
| * | More work on reading the image. Need to implement parts of PIL. |  meltingice | 2012-01-24 | 1 | -14/+142 |
| * | Finished layer parsing, but need to implement some image merging methods |  meltingice | 2012-01-24 | 1 | -6/+199 |
| * | Fixed bug in pad2 and pad4 now that I've figured out what they actually do. Resources now load correctly. |  meltingice | 2012-01-24 | 1 | -2/+2 |
| * | Added resource parsing, although there's a bug where they aren't quite being parsed correctly. |  meltingice | 2012-01-24 | 1 | -6/+48 |
| * | Initial commit. Reading header data works in node. |  meltingice | 2012-01-24 | 1 | -0/+526 |