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
/
psdlayermask.coffee
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix reinitialization of channelData when parsing as RAW
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
/
+4
*
Added toJSON function to extract all parsed info avoiding file and image data
meltingice
2012-04-21
1
-1
/
+14
*
Fix for LAB 16 color mode
v0.4.0
meltingice
2012-04-19
1
-5
/
+4
*
Some reorganization and added a travis-ci config
meltingice
2012-04-15
1
-2
/
+2
*
Stopped attempting to parse folder/hidden layers
meltingice
2012-04-11
1
-1
/
+5
*
Added support for layer grouping and added an example script
meltingice
2012-04-11
1
-10
/
+10
*
Call stack size exceeded bug fixed when parsing layer images. Bugfixes to layer & mask parsing.
v0.3.6
meltingice
2012-04-11
1
-5
/
+13
*
Lots of parsing bugfixes for layers and masks. Begun adding assertion testing using built-in module.
meltingice
2012-04-11
1
-30
/
+29
*
Switched PSDImage channel data to typed array to lower memory usage a bit
meltingice
2012-04-01
1
-0
/
+1
*
Added ability to skip layer image parsing since it can be very memory intensive
meltingice
2012-04-01
1
-2
/
+6
*
Reading channel images without error, but seems to be a parsing problem somewhere.
meltingice
2012-03-30
1
-10
/
+12
*
Lots of parsing improvements and bugfixes. Started parsing layer channel image data, but seems to be buggy.
meltingice
2012-03-06
1
-1
/
+2
*
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
-0
/
+3
*
Making image for each layer
nelson.silva
2012-02-24
1
-0
/
+5
*
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
-18
/
+49
*
Lots of bug fixes. Clarified between unsigned/signed ints. Started work on parsing some resources. More work on layer parsing.
meltingice
2012-02-02
1
-4
/
+23
*
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
/
+65