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_raw.coffee
7 lines
(5 loc)
•
165 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
module
.
exports
= parseRaw: ->
for
i in [
@chanPos
...(
@chanPos
+
@chan
.length -
2
)]
@channelData
[i] =
@file
.readByte()
@chanPos
+= (
@chan
.length -
2
)