Handbook
Glossary
read-header ( tiff -- tiff )
Vocabulary
images
.
tiff
Inputs
tiff
an
object
Outputs
tiff
an
object
Definition
USING:
accessors
endian
io
kernel
;
IN:
images.tiff
:
read-header
( tiff -- tiff )
2
read
tiff-endianness
[
>>endianness
]
keep
[
2
read
endian>
>>the-answer
4
read
endian>
>>ifd-offset
]
with-endianness
;