UNPKG
psd
Version:
latest (3.4.0)
3.4.0
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.0
2.1.0
2.0.0
1.1.0
1.0.2
1.0.1
0.0.4
0.0.3
0.0.2
0.0.1
A general purpose Photoshop file parser.
github.com/meltingice/psd.js
meltingice/psd.js
psd
/
lib
/
psd
/
image_formats
/
layer_rle.coffee
8 lines
(6 loc)
•
153 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
= parseByteCounts: ->
@file
.readShort()
for
i in [
0.
..
@height()
] parseChannelData: ->
@lineIndex
=
0
@decodeRLEChannel()