aboutsummaryrefslogtreecommitdiffstats
path: root/src/psdlayermask.coffee (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix reinitialization of channelData when parsing as RAWmeltingice2012-07-071-1/+1
* Fix skipping individual layer images and add option to only parse visible layer images (see Issue #25)meltingice2012-07-071-1/+4
* Added toJSON function to extract all parsed info avoiding file and image datameltingice2012-04-211-1/+14
* Fix for LAB 16 color modev0.4.0meltingice2012-04-191-5/+4
* Some reorganization and added a travis-ci configmeltingice2012-04-151-2/+2
* Stopped attempting to parse folder/hidden layersmeltingice2012-04-111-1/+5
* Added support for layer grouping and added an example scriptmeltingice2012-04-111-10/+10
* Call stack size exceeded bug fixed when parsing layer images. Bugfixes to layer & mask parsing.v0.3.6meltingice2012-04-111-5/+13
* Lots of parsing bugfixes for layers and masks. Begun adding assertion testing using built-in module.meltingice2012-04-111-30/+29
* Switched PSDImage channel data to typed array to lower memory usage a bitmeltingice2012-04-011-0/+1
* Added ability to skip layer image parsing since it can be very memory intensivemeltingice2012-04-011-2/+6
* Reading channel images without error, but seems to be a parsing problem somewhere.meltingice2012-03-301-10/+12
* Lots of parsing improvements and bugfixes. Started parsing layer channel image data, but seems to be buggy.meltingice2012-03-061-1/+2
* 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-0/+3
* Making image for each layernelson.silva2012-02-241-0/+5
* 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-18/+49
* Lots of bug fixes. Clarified between unsigned/signed ints. Started work on parsing some resources. More work on layer parsing.meltingice2012-02-021-4/+23
* Library restructure complete. Still plenty of bugs to iron out, but in simple cases image data is being generated.meltingice2012-01-281-0/+65