aboutsummaryrefslogtreecommitdiffstats
path: root/src/psdimage.coffee (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove accidental console.log call and fix parsing RAW imagesmeltingice2012-07-171-1/+1
* Fix reinitialization of channelData when parsing as RAWmeltingice2012-07-071-1/+0
* Fix skipping individual layer images and add option to only parse visible layer images (see Issue #25)meltingice2012-07-071-7/+9
* Throw exception if trying to get image data from layer without image data. Fixes issue #23meltingice2012-07-051-4/+6
* Fix for LAB 16 color modev0.4.0meltingice2012-04-191-0/+1
* Added support for LAB 16-bit colormeltingice2012-04-191-0/+17
* Added support for more 16-bit color modesmeltingice2012-04-191-1/+21
* Fixed parsing of 16-bit color depth imagesmeltingice2012-04-191-10/+16
* Performance and memory improvements to RLE compression decodingmeltingice2012-04-111-2/+6
* Call stack size exceeded bug fixed when parsing layer images. Bugfixes to layer & mask parsing.v0.3.6meltingice2012-04-111-1/+13
* Added support for multichannel image modemeltingice2012-04-101-0/+17
* Added support for LAB color space and removed strict mode as it's broken in Coffeescript 1.3.1meltingice2012-04-101-0/+19
* Merge branch 'master' of github.com:meltingice/psd.jsmeltingice2012-04-101-3/+2
|\
| * Removed references to zip.js and node-canvasmeltingice2012-04-101-3/+2
* | Fixed CMYK color and begun adding unit testsmeltingice2012-04-101-11/+14
|/
* Split toFile functions into sync and async versionsmeltingice2012-04-071-5/+12
* Added unified test frameworkmeltingice2012-04-071-13/+14
* Renamed test -> examples. Added support for layer opacity when exporting.meltingice2012-04-051-8/+13
* Fixed bug with CMYK imagesmeltingice2012-04-051-1/+1
* Add some returns to prevent coffeescript accumulating array results. Also, fixed layer-export demo logging.meltingice2012-04-041-0/+4
* Store pixelData array as a 1D array instead of object with 4 arrays. Dramatically reduce memory footprint.meltingice2012-04-031-46/+33
* Switched PSDImage channel data to typed array to lower memory usage a bitmeltingice2012-04-011-2/+4
* Added ability to skip layer image parsing since it can be very memory intensivemeltingice2012-04-011-0/+4
* Fixed layer image parsing. Can now export individual layers as images.meltingice2012-04-011-8/+24
* Reading channel images without error, but seems to be a parsing problem somewhere.meltingice2012-03-301-121/+115
* Lots of parsing improvements and bugfixes. Started parsing layer channel image data, but seems to be buggy.meltingice2012-03-061-32/+130
* 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-9/+65
* Fixed RLE image parsing/decodingmeltingice2012-02-281-32/+33
* Started image data parsing. Works for *extremely* simple PSDs. Still pretty buggy.meltingice2012-02-271-9/+70
* Fixes to the parsernelson.silva2012-02-251-5/+8
* Making image for each layernelson.silva2012-02-241-1/+4
* 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-28/+62
* 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-0/+8
* Library restructure complete. Still plenty of bugs to iron out, but in simple cases image data is being generated.meltingice2012-01-281-5/+6
* 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-0/+22