aboutsummaryrefslogtreecommitdiffstats
path: root/src/psdfile.coffee (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up string parsing functionmeltingice2012-07-171-3/+2
* Fix layer name encoding and parse unicode layer name (Issue #27)meltingice2012-07-171-1/+1
* Improved and fixed descriptor parsing code. Added support for TypeTool >= 6.0meltingice2012-07-021-0/+16
* Implement legacy type tool. Still need to implement type tool for PS >= 6.0meltingice2012-06-221-0/+8
* Fix bug with PSD adjustment layer effects getting file data into JSON exportv0.4.2meltingice2012-04-211-1/+1
* Some small speed improvements by parsing file data without unpackmeltingice2012-04-201-85/+23
* Lots of parsing bugfixes for layers and masks. Begun adding assertion testing using built-in module.meltingice2012-04-111-6/+0
* Lots of parsing improvements and bugfixes. Started parsing layer channel image data, but seems to be buggy.meltingice2012-03-061-4/+5
* Fixed readStringnelson.silva2012-02-251-1/+1
* Fixes to the parsernelson.silva2012-02-251-5/+1
* 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-5/+5
* Fix some merge problemsmeltingice2012-02-021-11/+30
|\
| * 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-11/+40
* | Lots of bug fixes. Clarified between unsigned/signed ints. Started work on parsing some resources. More work on layer parsing.meltingice2012-02-021-10/+31
|/
* Library restructure complete. Still plenty of bugs to iron out, but in simple cases image data is being generated.meltingice2012-01-281-4/+10
* Fix a few language errors and successfully compiled.meltingice2012-01-281-3/+3
* Lots of reorganization and work on layersmeltingice2012-01-281-0/+122