aboutsummaryrefslogtreecommitdiffstats
path: root/src/psdchannelimage.coffee (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix skipping individual layer images and add option to only parse visible layer images (see Issue #25)meltingice2012-07-071-3/+7
* Implement legacy type tool. Still need to implement type tool for PS >= 6.0meltingice2012-06-221-0/+6
* Call stack size exceeded bug fixed when parsing layer images. Bugfixes to layer & mask parsing.v0.3.6meltingice2012-04-111-1/+4
* Removed references to zip.js and node-canvasmeltingice2012-04-101-4/+5
* Switched PSDImage channel data to typed array to lower memory usage a bitmeltingice2012-04-011-0/+5
* Added documentation, generated updated HTML docs, and cleaned up code a little.meltingice2012-04-011-3/+22
* Fixed layer image parsing. Can now export individual layers as images.meltingice2012-04-011-5/+22
* Reading channel images without error, but seems to be a parsing problem somewhere.meltingice2012-03-301-0/+62