Handbook
Glossary
read-postage-stamp-image ( depth -- postage-data )
Vocabulary
images
.
tga
Inputs
depth
an
object
Outputs
postage-data
an
object
Definition
USING:
endian
io
math
;
IN:
images.tga
:
read-postage-stamp-image
( depth -- postage-data )
8
align
8
/
1
read
le>
1
read
le>
*
*
read
;
inline