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
/
test
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-04-11
Update psd.tp to latest version
meltingice
1
-0
/
+0
2012-04-11
Add more debug info to test class
meltingice
1
-1
/
+1
2012-04-10
Fix unit test names
meltingice
1
-2
/
+2
2012-04-10
Added support for LAB color space and removed strict mode as it's broken in Coffeescript 1.3.1
meltingice
1
-0
/
+8
2012-04-10
Fixed CMYK color and begun adding unit tests
meltingice
1
-0
/
+26
2012-04-07
Split toFile functions into sync and async versions
meltingice
1
-2
/
+2
2012-04-07
Added message to test runner if psd.tp submodule is missing
meltingice
2
-1
/
+17
2012-04-07
Fix tests to work with new png-js changes
v0.3.4
meltingice
1
-7
/
+5
2012-04-07
Removed git submodule for png.js in favor of npm dependency. Also updated other npm dev dependencies.
meltingice
2
-2
/
+2
2012-04-07
Added unified test framework
meltingice
4
-0
/
+183
2012-04-05
Renamed test -> examples. Added support for layer opacity when exporting.
meltingice
10
-70
/
+0
2012-04-04
Added benchmark time to export demo
meltingice
1
-1
/
+5
2012-04-04
Add some returns to prevent coffeescript accumulating array results. Also, fixed layer-export demo logging.
meltingice
1
-3
/
+4
2012-04-01
Changed layer image data parsing to disabled by default.
meltingice
3
-2
/
+1
2012-04-01
Fix file reference in layer-export demo and updated README
meltingice
1
-4
/
+3
2012-04-01
Added ability to skip layer image parsing since it can be very memory intensive
meltingice
3
-1
/
+4
2012-03-30
Reading channel images without error, but seems to be a parsing problem somewhere.
meltingice
1
-12
/
+3
2012-03-06
Fix filename for test file
meltingice
1
-1
/
+1
2012-03-06
Lots of parsing improvements and bugfixes. Started parsing layer channel image data, but seems to be buggy.
meltingice
8
-2
/
+30
2012-03-02
Added toImage() function to export to an image instead of a canvas, and updated documentation.
meltingice
1
-3
/
+6
2012-03-02
Updated README and disabled debugging messages by default
meltingice
1
-1
/
+0
2012-03-02
Added ability to skip parsing sections. Added more color blend modes. Added functions to easily export to file or canvas. Updated tests/demos.
meltingice
5
-23
/
+43
2012-02-27
Change back to bundled test psd
meltingice
1
-1
/
+1
2012-02-27
Started image data parsing. Works for *extremely* simple PSDs. Still pretty buggy.
meltingice
1
-3
/
+17
2012-01-28
Remove massive output.json file and updated README
meltingice
1
-294552
/
+0
2012-01-28
Library restructure complete. Still plenty of bugs to iron out, but in simple cases image data is being generated.
meltingice
1
-27116
/
+267849
2012-01-25
Added a quick PSDImage class that needs work. Final PSD object is written to output.json for inspection, as its quite large.
meltingice
2
-1
/
+53825