aboutsummaryrefslogtreecommitdiffstats
path: root/src/psdlayer.coffee (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added parsing of both legacy and current layer effects. Current layer effects needs a lot of work to make it more human readable though.meltingice2012-07-241-39/+6
* Remove accidental console.log call and fix parsing RAW imagesmeltingice2012-07-171-1/+0
* Added support for 6 more additional layer settingsmeltingice2012-07-171-7/+21
* Fix layer name parsing bug and add solid color layer datameltingice2012-07-171-4/+8
* Fix layer name encoding and parse unicode layer name (Issue #27)meltingice2012-07-171-4/+11
* Add layer visibility flag to JSON exportmeltingice2012-07-051-0/+1
* Added new layer.visible flag to make layer visibility detection easier partly to address issue #24meltingice2012-07-051-0/+1
* Added initial support for parsing descriptors. Needs bug fixes.meltingice2012-06-281-2/+2
* Implement legacy type tool. Still need to implement type tool for PS >= 6.0meltingice2012-06-221-0/+4
* Fix bug with PSD adjustment layer effects getting file data into JSON exportv0.4.2meltingice2012-04-211-3/+3
* Added toJSON function to extract all parsed info avoiding file and image datameltingice2012-04-211-2/+28
* Added support for parsing posterization adjustment layermeltingice2012-04-191-0/+2
* Added support for invert adjustment layermeltingice2012-04-161-0/+2
* Added support for parsing adjustment layer threshold datameltingice2012-04-161-0/+2
* Added support for parsing selective color adjustment layer datameltingice2012-04-161-0/+2
* Added support for parsing hue/saturation adjustment layer datameltingice2012-04-161-0/+2
* Added support for parsing color balance layer datameltingice2012-04-161-5/+12
* Added parsing of brightness/contrast adjustment layermeltingice2012-04-161-0/+2
* Removed a nice chunk of unused codemeltingice2012-04-161-39/+1
* Remove call to console.logmeltingice2012-04-161-2/+1
* Fixed the layer name parsing bug. FINALLY.meltingice2012-04-161-2/+4
* Some reorganization and added a travis-ci configmeltingice2012-04-151-8/+16
* Added support for parsing layer curves and switched internal data representation to Int8Arraymeltingice2012-04-151-0/+1
* Added support for layer grouping and added an example scriptmeltingice2012-04-111-0/+2
* Call stack size exceeded bug fixed when parsing layer images. Bugfixes to layer & mask parsing.v0.3.6meltingice2012-04-111-3/+2
* Added support for parsing layer levels infomeltingice2012-04-111-0/+2
* Lots of parsing bugfixes for layers and masks. Begun adding assertion testing using built-in module.meltingice2012-04-111-23/+45
* Added unified test frameworkmeltingice2012-04-071-0/+3
* Reading channel images without error, but seems to be a parsing problem somewhere.meltingice2012-03-301-1/+1
* 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-061-149/+46
* 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-1/+1
* Moved type tool parsing into its own classmeltingice2012-02-261-61/+7
* Fixed readStringnelson.silva2012-02-251-1/+1
* Fixes to the parsernelson.silva2012-02-251-15/+32
* Making image for each layernelson.silva2012-02-241-20/+17
* Started work on adding layer effect supportnelson.silva2012-02-231-11/+61
* 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-62/+36
* Added blending range parsingmeltingice2012-02-021-3/+24
* Lots of bug fixes. Clarified between unsigned/signed ints. Started work on parsing some resources. More work on layer parsing.meltingice2012-02-021-22/+64
* 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-281-31/+153
* Fix a few language errors and successfully compiled.meltingice2012-01-281-1/+1
* Lots of reorganization and work on layersmeltingice2012-01-281-0/+266