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 npmignore to ignore useless directories
meltingice
2012-04-01
1
-0
/
+3
*
Updated README with npm info and bumped version
v0.3.0
meltingice
2012-04-01
2
-2
/
+12
*
Changed layer image data parsing to disabled by default.
meltingice
2012-04-01
7
-7
/
+8
*
Fix file reference in layer-export demo and updated README
meltingice
2012-04-01
2
-7
/
+33
*
Added ability to skip layer image parsing since it can be very memory intensive
meltingice
2012-04-01
10
-11
/
+67
*
Added documentation, generated updated HTML docs, and cleaned up code a little.
meltingice
2012-04-01
16
-297
/
+708
*
Fixed layer image parsing. Can now export individual layers as images.
meltingice
2012-04-01
3
-34
/
+110
*
Reading channel images without error, but seems to be a parsing problem somewhere.
meltingice
2012-03-30
11
-390
/
+494
*
Remove call to console.log
meltingice
2012-03-06
2
-4
/
+4
*
Default psd.js compiled without zip.js for filesize
meltingice
2012-03-06
1
-2140
/
+0
*
Fix filename for test file
meltingice
2012-03-06
1
-1
/
+1
*
Lots of parsing improvements and bugfixes. Started parsing layer channel image data, but seems to be buggy.
meltingice
2012-03-06
17
-424
/
+5458
*
Added toImage() function to export to an image instead of a canvas, and updated documentation.
meltingice
2012-03-02
14
-169
/
+497
*
Updated package.json settings
meltingice
2012-03-02
1
-0
/
+4
*
Bumped npm version to 0.2.0
v0.2.0
meltingice
2012-03-02
1
-1
/
+1
*
Updated README with more clear words of warning.
meltingice
2012-03-02
1
-1
/
+3
*
Updated README and disabled debugging messages by default
meltingice
2012-03-02
4
-4
/
+59
*
Added ability to skip parsing sections. Added more color blend modes. Added functions to easily export to file or canvas. Updated tests/demos.
meltingice
2012-03-02
11
-80
/
+393
*
Added and organized reference libraries
Ryan LeFevre
2012-03-01
1
-1
/
+5
*
Fixed RLE image parsing/decoding
meltingice
2012-02-28
2
-75
/
+67
*
Merge branch 'imageparse' of github.com:meltingice/psd.js into imageparse
meltingice
2012-02-28
4
-35
/
+180
|
\
|
*
Change back to bundled test psd
meltingice
2012-02-27
1
-1
/
+1
|
*
Started image data parsing. Works for *extremely* simple PSDs. Still pretty buggy.
meltingice
2012-02-27
4
-36
/
+181
*
|
Moved type tool parsing into its own class
meltingice
2012-02-26
5
-129
/
+160
|
/
*
Merge pull request #9 from nelsonsilva/layer_effects
Ryan LeFevre
2012-02-26
9
-71
/
+383
|
\
|
*
Fixed readString
nelson.silva
2012-02-25
3
-4
/
+4
|
*
Fixes to the parser
nelson.silva
2012-02-25
5
-58
/
+76
|
*
Making image for each layer
nelson.silva
2012-02-24
5
-68
/
+154
|
*
Started work on adding layer effect support
nelson.silva
2012-02-23
6
-22
/
+230
|
/
*
Merge pull request #6 from nelsonsilva/copyright
Ryan LeFevre
2012-02-23
2
-3
/
+0
|
\
|
*
Removed accidental debugger statement
nelson.silva
2012-02-23
2
-3
/
+0
*
|
Merge branch 'copyright' of https://github.com/nelsonsilva/psd.js
meltingice
2012-02-22
2
-2
/
+5
|
\
|
|
*
Fixed copyright flag parser
nelson.silva
2012-02-22
2
-2
/
+5
*
|
Added package.json for npm
meltingice
2012-02-22
1
-1
/
+1
*
|
Added package.json for npm
nelson.silva
2012-02-22
3
-2
/
+18
|
/
*
Updated inline documentation
meltingice
2012-02-14
5
-109
/
+147
*
Lot of additions and significantly improved parsing. Still some bugs in a few select cases with very complicated files though. About ready for parsing merged image data.
meltingice
2012-02-14
10
-238
/
+306
*
Added blending range parsing
meltingice
2012-02-02
2
-4
/
+50
*
Updated inline source docs
meltingice
2012-02-02
5
-127
/
+395
*
Fix some merge problems
meltingice
2012-02-02
19
-41
/
+1080
|
\
|
*
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
19
-42
/
+1091
*
|
Lots of bug fixes. Clarified between unsigned/signed ints. Started work on parsing some resources. More work on layer parsing.
meltingice
2012-02-02
6
-179
/
+944
|
/
*
Push images into layer array
meltingice
2012-01-28
2
-5
/
+8
*
Remove massive output.json file and updated README
meltingice
2012-01-28
2
-294554
/
+3
*
Library restructure complete. Still plenty of bugs to iron out, but in simple cases image data is being generated.
meltingice
2012-01-28
10
-27600
/
+268389
*
Fix a few language errors and successfully compiled.
meltingice
2012-01-28
3
-269
/
+625
*
Lots of reorganization and work on layers
meltingice
2012-01-28
7
-313
/
+566
*
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
6
-48
/
+53952
*
More work on reading the image. Need to implement parts of PIL.
meltingice
2012-01-24
3
-20
/
+270
*
Updated README with current status
meltingice
2012-01-24
1
-1
/
+2
[prev]
[next]