aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Lots of parsing bugfixes for layers and masks. Begun adding assertion testing using built-in module.meltingice2012-04-114-59/+75
* Added support for multichannel image modemeltingice2012-04-101-0/+17
* Added support for LAB color space and removed strict mode as it's broken in Coffeescript 1.3.1meltingice2012-04-104-14/+50
* Merge branch 'master' of github.com:meltingice/psd.jsmeltingice2012-04-103-10/+7
|\
| * Removed references to zip.js and node-canvasmeltingice2012-04-103-10/+7
* | Fixed CMYK color and begun adding unit testsmeltingice2012-04-104-61/+39
|/
* Split toFile functions into sync and async versionsmeltingice2012-04-072-5/+18
* Added unified test frameworkmeltingice2012-04-074-15/+24
* Renamed test -> examples. Added support for layer opacity when exporting.meltingice2012-04-051-8/+13
* 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-0/+4
* Store pixelData array as a 1D array instead of object with 4 arrays. Dramatically reduce memory footprint.meltingice2012-04-031-46/+33
* Switched PSDImage channel data to typed array to lower memory usage a bitmeltingice2012-04-013-2/+10
* 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-013-3/+17
* Added documentation, generated updated HTML docs, and cleaned up code a little.meltingice2012-04-011-3/+22
* Fixed layer image parsing. Can now export individual layers as images.meltingice2012-04-012-13/+46
* Reading channel images without error, but seems to be a parsing problem somewhere.meltingice2012-03-307-173/+202
* Remove call to console.logmeltingice2012-03-061-2/+2
* Lots of parsing improvements and bugfixes. Started parsing layer channel image data, but seems to be buggy.meltingice2012-03-066-186/+553
* Added toImage() function to export to an image instead of a canvas, and updated documentation.meltingice2012-03-021-0/+5
* 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-025-23/+161
* Fixed RLE image parsing/decodingmeltingice2012-02-281-32/+33
* Merge branch 'imageparse' of github.com:meltingice/psd.js into imageparsemeltingice2012-02-282-18/+72
|\
| * Started image data parsing. Works for *extremely* simple PSDs. Still pretty buggy.meltingice2012-02-272-18/+72
* | Moved type tool parsing into its own classmeltingice2012-02-263-63/+72
|/
* Fixed readStringnelson.silva2012-02-252-2/+2
* Fixes to the parsernelson.silva2012-02-254-29/+42
* Making image for each layernelson.silva2012-02-244-35/+70
* Started work on adding layer effect supportnelson.silva2012-02-234-13/+108
* Removed accidental debugger statementnelson.silva2012-02-231-2/+0
* Fixed copyright flag parsernelson.silva2012-02-221-1/+3
* 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-149-111/+164
* Added blending range parsingmeltingice2012-02-021-3/+24
* Fix some merge problemsmeltingice2012-02-025-16/+105
|\
| * 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-015-16/+115
* | Lots of bug fixes. Clarified between unsigned/signed ints. Started work on parsing some resources. More work on layer parsing.meltingice2012-02-025-90/+495
|/
* Push images into layer arraymeltingice2012-01-281-2/+4
* Library restructure complete. Still plenty of bugs to iron out, but in simple cases image data is being generated.meltingice2012-01-287-242/+242
* Fix a few language errors and successfully compiled.meltingice2012-01-282-4/+4
* Lots of reorganization and work on layersmeltingice2012-01-286-313/+561
* 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-24/+50
* More work on reading the image. Need to implement parts of PIL.meltingice2012-01-241-6/+116
* Finished layer parsing, but need to implement some image merging methodsmeltingice2012-01-241-3/+185
* 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-11/+37
* Initial commit. Reading header data works in node.meltingice2012-01-242-0/+229