aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Added parsing of brightness/contrast adjustment layermeltingice2012-04-165-4/+47
* Removed a nice chunk of unused codemeltingice2012-04-167-365/+5
* Forgot to compilev0.3.9meltingice2012-04-162-2/+1
* Remove call to console.logmeltingice2012-04-161-2/+1
* Version bumpmeltingice2012-04-161-1/+1
* Fixed the layer name parsing bug. FINALLY.meltingice2012-04-163-6/+9
* travis-ci build config tweaksmeltingice2012-04-151-2/+2
* Some reorganization and added a travis-ci configmeltingice2012-04-156-25/+48
* Added support for parsing layer curves and switched internal data representation to Int8Arraymeltingice2012-04-1523-28/+259
* Version bump due to browser errors in last versionv0.3.8meltingice2012-04-121-1/+1
* Fix for browser assertion testingmeltingice2012-04-123-18/+21
* Added assertion polyfill for browsersmeltingice2012-04-125-6/+33
* Version bumpv0.3.7meltingice2012-04-111-1/+1
* Update psd.tp to latest versionmeltingice2012-04-111-0/+0
* Add more debug info to test classmeltingice2012-04-111-1/+1
* Stopped attempting to parse folder/hidden layersmeltingice2012-04-118-22/+99
* Updated documentationmeltingice2012-04-113-12/+17
* Added support for layer grouping and added an example scriptmeltingice2012-04-119-30/+54
* Performance and memory improvements to RLE compression decodingmeltingice2012-04-113-8/+20
* Updated documentationmeltingice2012-04-1115-107/+246
* Call stack size exceeded bug fixed when parsing layer images. Bugfixes to layer & mask parsing.v0.3.6meltingice2012-04-117-37/+87
* Added support for parsing layer levels infomeltingice2012-04-116-6/+133
* Lots of parsing bugfixes for layers and masks. Begun adding assertion testing using built-in module.meltingice2012-04-116-141/+153
* Fix unit test namesmeltingice2012-04-101-2/+2
* Added support for multichannel image modemeltingice2012-04-104-5/+41
* Version bumpv0.3.5meltingice2012-04-101-1/+1
* Added support for LAB color space and removed strict mode as it's broken in Coffeescript 1.3.1meltingice2012-04-1014-262/+597
* Changed npm name to psd from psd.js. Old name will be deprecated.meltingice2012-04-102-5/+5
* Updated documentationmeltingice2012-04-1013-423/+401
* Merge branch 'master' of github.com:meltingice/psd.jsmeltingice2012-04-1021-469/+479
|\
| * Removed references to zip.js and node-canvasmeltingice2012-04-1021-469/+479
* | Fixed CMYK color and begun adding unit testsmeltingice2012-04-1010-162/+145
|/
* Removed zip.js dependency; can use built-in zlib instead. Also added minified version and added LICENSE info to jspack.meltingice2012-04-075-2146/+246
* Split toFile functions into sync and async versionsmeltingice2012-04-0713-16/+51
* Added message to test runner if psd.tp submodule is missingmeltingice2012-04-072-1/+17
* Fix tests to work with new png-js changesv0.3.4meltingice2012-04-071-7/+5
* Version bumpmeltingice2012-04-071-1/+1
* Removed git submodule for png.js in favor of npm dependency. Also updated other npm dev dependencies.meltingice2012-04-074-6/+4
* Updated dependencies for npm and bumped versionv0.3.3meltingice2012-04-071-2/+8
* Added unified test frameworkmeltingice2012-04-0712-48/+241
* Version bumpmeltingice2012-04-051-1/+1
* Renamed test -> examples. Added support for layer opacity when exporting.meltingice2012-04-0521-18/+41
* Updated package.json to set minimum node version to 0.5.5 for typed array supportmeltingice2012-04-051-0/+3
* Fixed bug with CMYK imagesmeltingice2012-04-052-2/+2
* Version bumpv0.3.1meltingice2012-04-041-1/+1
* Added benchmark time to export demomeltingice2012-04-041-1/+5
* Add some returns to prevent coffeescript accumulating array results. Also, fixed layer-export demo logging.meltingice2012-04-043-11/+14
* Store pixelData array as a 1D array instead of object with 4 arrays. Dramatically reduce memory footprint.meltingice2012-04-032-114/+97
* Switched PSDImage channel data to typed array to lower memory usage a bitmeltingice2012-04-014-12/+22
* Fix problem with READMEmeltingice2012-04-011-0/+1