Handbook
Glossary
<ifd> ( offset count ifd-entries next-offset -- ifd )
Vocabulary
images
.
tiff
Inputs
offset
an
object
count
an
object
ifd-entries
an
object
next-offset
an
object
Outputs
ifd
an
object
Definition
USING:
accessors
kernel
;
IN:
images.tiff
:
<ifd>
( offset count ifd-entries next-offset -- ifd )
ifd
new
swap
>>next-offset
swap
>>ifd-entries
swap
>>count
swap
>>offset
;