index
:
psd.js
master
CoffeeScript PDF parser library.
Ryan LeFevre
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added parsing of brightness/contrast adjustment layer
meltingice
2012-04-16
5
-4
/
+47
*
Removed a nice chunk of unused code
meltingice
2012-04-16
7
-365
/
+5
*
Forgot to compile
v0.3.9
meltingice
2012-04-16
2
-2
/
+1
*
Remove call to console.log
meltingice
2012-04-16
1
-2
/
+1
*
Version bump
meltingice
2012-04-16
1
-1
/
+1
*
Fixed the layer name parsing bug. FINALLY.
meltingice
2012-04-16
3
-6
/
+9
*
travis-ci build config tweaks
meltingice
2012-04-15
1
-2
/
+2
*
Some reorganization and added a travis-ci config
meltingice
2012-04-15
6
-25
/
+48
*
Added support for parsing layer curves and switched internal data representation to Int8Array
meltingice
2012-04-15
23
-28
/
+259
*
Version bump due to browser errors in last version
v0.3.8
meltingice
2012-04-12
1
-1
/
+1
*
Fix for browser assertion testing
meltingice
2012-04-12
3
-18
/
+21
*
Added assertion polyfill for browsers
meltingice
2012-04-12
5
-6
/
+33
*
Version bump
v0.3.7
meltingice
2012-04-11
1
-1
/
+1
*
Update psd.tp to latest version
meltingice
2012-04-11
1
-0
/
+0
*
Add more debug info to test class
meltingice
2012-04-11
1
-1
/
+1
*
Stopped attempting to parse folder/hidden layers
meltingice
2012-04-11
8
-22
/
+99
*
Updated documentation
meltingice
2012-04-11
3
-12
/
+17
*
Added support for layer grouping and added an example script
meltingice
2012-04-11
9
-30
/
+54
*
Performance and memory improvements to RLE compression decoding
meltingice
2012-04-11
3
-8
/
+20
*
Updated documentation
meltingice
2012-04-11
15
-107
/
+246
*
Call stack size exceeded bug fixed when parsing layer images. Bugfixes to layer & mask parsing.
v0.3.6
meltingice
2012-04-11
7
-37
/
+87
*
Added support for parsing layer levels info
meltingice
2012-04-11
6
-6
/
+133
*
Lots of parsing bugfixes for layers and masks. Begun adding assertion testing using built-in module.
meltingice
2012-04-11
6
-141
/
+153
*
Fix unit test names
meltingice
2012-04-10
1
-2
/
+2
*
Added support for multichannel image mode
meltingice
2012-04-10
4
-5
/
+41
*
Version bump
v0.3.5
meltingice
2012-04-10
1
-1
/
+1
*
Added support for LAB color space and removed strict mode as it's broken in Coffeescript 1.3.1
meltingice
2012-04-10
14
-262
/
+597
*
Changed npm name to psd from psd.js. Old name will be deprecated.
meltingice
2012-04-10
2
-5
/
+5
*
Updated documentation
meltingice
2012-04-10
13
-423
/
+401
*
Merge branch 'master' of github.com:meltingice/psd.js
meltingice
2012-04-10
21
-469
/
+479
|
\
|
*
Removed references to zip.js and node-canvas
meltingice
2012-04-10
21
-469
/
+479
*
|
Fixed CMYK color and begun adding unit tests
meltingice
2012-04-10
10
-162
/
+145
|
/
*
Removed zip.js dependency; can use built-in zlib instead. Also added minified version and added LICENSE info to jspack.
meltingice
2012-04-07
5
-2146
/
+246
*
Split toFile functions into sync and async versions
meltingice
2012-04-07
13
-16
/
+51
*
Added message to test runner if psd.tp submodule is missing
meltingice
2012-04-07
2
-1
/
+17
*
Fix tests to work with new png-js changes
v0.3.4
meltingice
2012-04-07
1
-7
/
+5
*
Version bump
meltingice
2012-04-07
1
-1
/
+1
*
Removed git submodule for png.js in favor of npm dependency. Also updated other npm dev dependencies.
meltingice
2012-04-07
4
-6
/
+4
*
Updated dependencies for npm and bumped version
v0.3.3
meltingice
2012-04-07
1
-2
/
+8
*
Added unified test framework
meltingice
2012-04-07
12
-48
/
+241
*
Version bump
meltingice
2012-04-05
1
-1
/
+1
*
Renamed test -> examples. Added support for layer opacity when exporting.
meltingice
2012-04-05
21
-18
/
+41
*
Updated package.json to set minimum node version to 0.5.5 for typed array support
meltingice
2012-04-05
1
-0
/
+3
*
Fixed bug with CMYK images
meltingice
2012-04-05
2
-2
/
+2
*
Version bump
v0.3.1
meltingice
2012-04-04
1
-1
/
+1
*
Added benchmark time to export demo
meltingice
2012-04-04
1
-1
/
+5
*
Add some returns to prevent coffeescript accumulating array results. Also, fixed layer-export demo logging.
meltingice
2012-04-04
3
-11
/
+14
*
Store pixelData array as a 1D array instead of object with 4 arrays. Dramatically reduce memory footprint.
meltingice
2012-04-03
2
-114
/
+97
*
Switched PSDImage channel data to typed array to lower memory usage a bit
meltingice
2012-04-01
4
-12
/
+22
*
Fix problem with README
meltingice
2012-04-01
1
-0
/
+1
[prev]
[next]