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
/
src
/
psd.coffee
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Update docs and version bump
meltingice
2012-07-17
1
-1
/
+1
|
*
Version bump
meltingice
2012-07-07
1
-1
/
+1
|
*
Fix skipping individual layer images and add option to only parse visible layer images (see Issue #25)
meltingice
2012-07-07
1
-1
/
+2
|
*
Added new layer.visible flag to make layer visibility detection easier partly to address issue #24
meltingice
2012-07-05
1
-0
/
+2
|
*
Version bump
meltingice
2012-07-02
1
-1
/
+1
|
*
Fix file data being included with image resources
meltingice
2012-04-21
1
-3
/
+5
|
*
Increase version number in source
v0.4.1
meltingice
2012-04-21
1
-2
/
+2
|
*
Added toJSON function to extract all parsed info avoiding file and image data
meltingice
2012-04-21
1
-2
/
+20
|
*
Version bump
meltingice
2012-04-19
1
-0
/
+3
|
*
Add license data to top of generated JS
meltingice
2012-04-19
1
-23
/
+0
|
*
Fix bug where unknown image resources weren't being skipped over
meltingice
2012-04-18
1
-2
/
+6
|
*
Added support for parsing layer curves and switched internal data representation to Int8Array
meltingice
2012-04-15
1
-2
/
+2
|
*
Added assertion polyfill for browsers
meltingice
2012-04-12
1
-1
/
+0
|
*
Stopped attempting to parse folder/hidden layers
meltingice
2012-04-11
1
-0
/
+18
|
*
Lots of parsing bugfixes for layers and masks. Begun adding assertion testing using built-in module.
meltingice
2012-04-11
1
-0
/
+1
|
*
Added support for LAB color space and removed strict mode as it's broken in Coffeescript 1.3.1
meltingice
2012-04-10
1
-2
/
+0
|
*
Removed references to zip.js and node-canvas
meltingice
2012-04-10
1
-3
/
+0
|
*
Split toFile functions into sync and async versions
meltingice
2012-04-07
1
-0
/
+6
|
*
Added unified test framework
meltingice
2012-04-07
1
-1
/
+6
|
*
Changed layer image data parsing to disabled by default.
meltingice
2012-04-01
1
-1
/
+1
|
*
Added ability to skip layer image parsing since it can be very memory intensive
meltingice
2012-04-01
1
-1
/
+7
|
*
Reading channel images without error, but seems to be a parsing problem somewhere.
meltingice
2012-03-30
1
-41
/
+12
|
*
Lots of parsing improvements and bugfixes. Started parsing layer channel image data, but seems to be buggy.
meltingice
2012-03-06
1
-0
/
+4
|
*
Added toImage() function to export to an image instead of a canvas, and updated documentation.
meltingice
2012-03-02
1
-0
/
+5
|
*
Updated README and disabled debugging messages by default
meltingice
2012-03-02
1
-1
/
+1
|
*
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
1
-12
/
+91
|
*
Started image data parsing. Works for *extremely* simple PSDs. Still pretty buggy.
meltingice
2012-02-27
1
-9
/
+2
|
*
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
1
-1
/
+15
|
*
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
-5
/
+41
|
*
Library restructure complete. Still plenty of bugs to iron out, but in simple cases image data is being generated.
meltingice
2012-01-28
1
-199
/
+6
|
*
Lots of reorganization and work on layers
meltingice
2012-01-28
1
-313
/
+34
|
*
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
-24
/
+28
|
*
More work on reading the image. Need to implement parts of PIL.
meltingice
2012-01-24
1
-6
/
+116
|
*
Finished layer parsing, but need to implement some image merging methods
meltingice
2012-01-24
1
-3
/
+185
|
*
Fixed bug in pad2 and pad4 now that I've figured out what they actually do. Resources now load correctly.
meltingice
2012-01-24
1
-2
/
+2
|
*
Added resource parsing, although there's a bug where they aren't quite being parsed correctly.
meltingice
2012-01-24
1
-11
/
+37
|
*
Initial commit. Reading header data works in node.
meltingice
2012-01-24
1
-0
/
+222