aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added npmignore to ignore useless directoriesmeltingice2012-04-011-0/+3
* Updated README with npm info and bumped versionv0.3.0meltingice2012-04-012-2/+12
* Changed layer image data parsing to disabled by default.meltingice2012-04-017-7/+8
* Fix file reference in layer-export demo and updated READMEmeltingice2012-04-012-7/+33
* Added ability to skip layer image parsing since it can be very memory intensivemeltingice2012-04-0110-11/+67
* Added documentation, generated updated HTML docs, and cleaned up code a little.meltingice2012-04-0116-297/+708
* Fixed layer image parsing. Can now export individual layers as images.meltingice2012-04-013-34/+110
* Reading channel images without error, but seems to be a parsing problem somewhere.meltingice2012-03-3011-390/+494
* Remove call to console.logmeltingice2012-03-062-4/+4
* Default psd.js compiled without zip.js for filesizemeltingice2012-03-061-2140/+0
* Fix filename for test filemeltingice2012-03-061-1/+1
* Lots of parsing improvements and bugfixes. Started parsing layer channel image data, but seems to be buggy.meltingice2012-03-0617-424/+5458
* Added toImage() function to export to an image instead of a canvas, and updated documentation.meltingice2012-03-0214-169/+497
* Updated package.json settingsmeltingice2012-03-021-0/+4
* Bumped npm version to 0.2.0v0.2.0meltingice2012-03-021-1/+1
* Updated README with more clear words of warning.meltingice2012-03-021-1/+3
* Updated README and disabled debugging messages by defaultmeltingice2012-03-024-4/+59
* 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-0211-80/+393
* Added and organized reference librariesRyan LeFevre2012-03-011-1/+5
* Fixed RLE image parsing/decodingmeltingice2012-02-282-75/+67
* Merge branch 'imageparse' of github.com:meltingice/psd.js into imageparsemeltingice2012-02-284-35/+180
|\
| * Change back to bundled test psdmeltingice2012-02-271-1/+1
| * Started image data parsing. Works for *extremely* simple PSDs. Still pretty buggy.meltingice2012-02-274-36/+181
* | Moved type tool parsing into its own classmeltingice2012-02-265-129/+160
|/
* Merge pull request #9 from nelsonsilva/layer_effectsRyan LeFevre2012-02-269-71/+383
|\
| * Fixed readStringnelson.silva2012-02-253-4/+4
| * Fixes to the parsernelson.silva2012-02-255-58/+76
| * Making image for each layernelson.silva2012-02-245-68/+154
| * Started work on adding layer effect supportnelson.silva2012-02-236-22/+230
|/
* Merge pull request #6 from nelsonsilva/copyrightRyan LeFevre2012-02-232-3/+0
|\
| * Removed accidental debugger statementnelson.silva2012-02-232-3/+0
* | Merge branch 'copyright' of https://github.com/nelsonsilva/psd.jsmeltingice2012-02-222-2/+5
|\|
| * Fixed copyright flag parsernelson.silva2012-02-222-2/+5
* | Added package.json for npmmeltingice2012-02-221-1/+1
* | Added package.json for npmnelson.silva2012-02-223-2/+18
|/
* Updated inline documentationmeltingice2012-02-145-109/+147
* 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-1410-238/+306
* Added blending range parsingmeltingice2012-02-022-4/+50
* Updated inline source docsmeltingice2012-02-025-127/+395
* Fix some merge problemsmeltingice2012-02-0219-41/+1080
|\
| * 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-0119-42/+1091
* | Lots of bug fixes. Clarified between unsigned/signed ints. Started work on parsing some resources. More work on layer parsing.meltingice2012-02-026-179/+944
|/
* Push images into layer arraymeltingice2012-01-282-5/+8
* Remove massive output.json file and updated READMEmeltingice2012-01-282-294554/+3
* Library restructure complete. Still plenty of bugs to iron out, but in simple cases image data is being generated.meltingice2012-01-2810-27600/+268389
* Fix a few language errors and successfully compiled.meltingice2012-01-283-269/+625
* Lots of reorganization and work on layersmeltingice2012-01-287-313/+566
* Added a quick PSDImage class that needs work. Final PSD object is written to output.json for inspection, as its quite large.meltingice2012-01-256-48/+53952
* More work on reading the image. Need to implement parts of PIL.meltingice2012-01-243-20/+270
* Updated README with current statusmeltingice2012-01-241-1/+2