aboutsummaryrefslogtreecommitdiffstats
path: root/src/psd.coffee (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update docs and version bumpmeltingice2012-07-171-1/+1
|
* Version bumpmeltingice2012-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/+2
|
* Added new layer.visible flag to make layer visibility detection easier partly to address issue #24meltingice2012-07-051-0/+2
|
* Version bumpmeltingice2012-07-021-1/+1
|
* Fix file data being included with image resourcesmeltingice2012-04-211-3/+5
|
* Increase version number in sourcev0.4.1meltingice2012-04-211-2/+2
|
* Added toJSON function to extract all parsed info avoiding file and image datameltingice2012-04-211-2/+20
|
* Version bumpmeltingice2012-04-191-0/+3
|
* Add license data to top of generated JSmeltingice2012-04-191-23/+0
|
* Fix bug where unknown image resources weren't being skipped overmeltingice2012-04-181-2/+6
|
* Added support for parsing layer curves and switched internal data representation to Int8Arraymeltingice2012-04-151-2/+2
|
* Added assertion polyfill for browsersmeltingice2012-04-121-1/+0
|
* Stopped attempting to parse folder/hidden layersmeltingice2012-04-111-0/+18
|
* Lots of parsing bugfixes for layers and masks. Begun adding assertion testing using built-in module.meltingice2012-04-111-0/+1
|
* Added support for LAB color space and removed strict mode as it's broken in Coffeescript 1.3.1meltingice2012-04-101-2/+0
|
* Removed references to zip.js and node-canvasmeltingice2012-04-101-3/+0
|
* Split toFile functions into sync and async versionsmeltingice2012-04-071-0/+6
|
* Added unified test frameworkmeltingice2012-04-071-1/+6
|
* 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-011-1/+7
|
* Reading channel images without error, but seems to be a parsing problem somewhere.meltingice2012-03-301-41/+12
|
* Lots of parsing improvements and bugfixes. Started parsing layer channel image data, but seems to be buggy.meltingice2012-03-061-0/+4
|
* 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-021-12/+91
|
* Started image data parsing. Works for *extremely* simple PSDs. Still pretty buggy.meltingice2012-02-271-9/+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.meltingice2012-02-141-1/+15
|
* 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-5/+41
|
* Library restructure complete. Still plenty of bugs to iron out, but in simple cases image data is being generated.meltingice2012-01-281-199/+6
|
* Lots of reorganization and work on layersmeltingice2012-01-281-313/+34
|
* Added a quick PSDImage class that needs work. Final PSD object is written to output.json for inspection, as its quite large.meltingice2012-01-251-24/+28
|
* 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-241-0/+222