index
:
psd.js
master
CoffeeScript PDF parser library.
Ryan LeFevre
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Cakefile
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added support for 6 more additional layer settings
meltingice
2012-07-17
1
-0
/
+6
*
Fix layer name parsing bug and add solid color layer data
meltingice
2012-07-17
1
-0
/
+1
*
Improved and fixed descriptor parsing code. Added support for TypeTool >= 6.0
meltingice
2012-07-02
1
-13
/
+1
*
Added initial support for parsing descriptors. Needs bug fixes.
meltingice
2012-06-28
1
-1
/
+15
*
Added support for parsing posterization adjustment layer
meltingice
2012-04-19
1
-0
/
+1
*
Add license data to top of generated JS
meltingice
2012-04-19
1
-0
/
+1
*
Added support for invert adjustment layer
meltingice
2012-04-16
1
-0
/
+1
*
Added support for parsing adjustment layer threshold data
meltingice
2012-04-16
1
-0
/
+1
*
Added support for parsing selective color adjustment layer data
meltingice
2012-04-16
1
-0
/
+1
*
Added support for parsing hue/saturation adjustment layer data
meltingice
2012-04-16
1
-0
/
+1
*
Added support for parsing color balance layer data
meltingice
2012-04-16
1
-0
/
+1
*
Added parsing of brightness/contrast adjustment layer
meltingice
2012-04-16
1
-0
/
+1
*
Removed a nice chunk of unused code
meltingice
2012-04-16
1
-1
/
+0
*
Added support for parsing layer curves and switched internal data representation to Int8Array
meltingice
2012-04-15
1
-0
/
+1
*
Added assertion polyfill for browsers
meltingice
2012-04-12
1
-0
/
+2
*
Added support for parsing layer levels info
meltingice
2012-04-11
1
-1
/
+4
*
Added support for multichannel image mode
meltingice
2012-04-10
1
-4
/
+0
*
Added support for LAB color space and removed strict mode as it's broken in Coffeescript 1.3.1
meltingice
2012-04-10
1
-0
/
+2
*
Merge branch 'master' of github.com:meltingice/psd.js
meltingice
2012-04-10
1
-1
/
+1
|
\
|
*
Removed references to zip.js and node-canvas
meltingice
2012-04-10
1
-1
/
+1
*
|
Fixed CMYK color and begun adding unit tests
meltingice
2012-04-10
1
-3
/
+11
|
/
*
Removed zip.js dependency; can use built-in zlib instead. Also added minified version and added LICENSE info to jspack.
meltingice
2012-04-07
1
-1
/
+2
*
Added unified test framework
meltingice
2012-04-07
1
-10
/
+3
*
Renamed test -> examples. Added support for layer opacity when exporting.
meltingice
2012-04-05
1
-0
/
+12
*
Reading channel images without error, but seems to be a parsing problem somewhere.
meltingice
2012-03-30
1
-1
/
+14
*
Lots of parsing improvements and bugfixes. Started parsing layer channel image data, but seems to be buggy.
meltingice
2012-03-06
1
-1
/
+10
*
Moved type tool parsing into its own class
meltingice
2012-02-26
1
-0
/
+1
*
Started work on adding layer effect support
nelson.silva
2012-02-23
1
-0
/
+1
*
Added package.json for npm
nelson.silva
2012-02-22
1
-1
/
+1
*
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.
meltingice
2012-02-01
1
-1
/
+1
*
Library restructure complete. Still plenty of bugs to iron out, but in simple cases image data is being generated.
meltingice
2012-01-28
1
-0
/
+1
*
Lots of reorganization and work on layers
meltingice
2012-01-28
1
-0
/
+5
*
Added a quick PSDImage class that needs work. Final PSD object is written to output.json for inspection, as its quite large.
meltingice
2012-01-25
1
-0
/
+1
*
Initial commit. Reading header data works in node.
meltingice
2012-01-24
1
-0
/
+101