Handbook
Glossary
read-scan-line-table ( height -- scan-offsets )
Vocabulary
images
.
tga
Inputs
height
an
object
Outputs
scan-offsets
an
object
Definition
USING:
endian
io
kernel
sequences
;
IN:
images.tga
:
read-scan-line-table
( height -- scan-offsets )
<iota>
[
drop
4
read
le>
]
map
;
inline