Handbook
Glossary
<ifd-entry> ( tag type count offset/value -- ifd-entry )
Vocabulary
images
.
tiff
Inputs
tag
an
object
type
an
object
count
an
object
offset/value
an
object
Outputs
ifd-entry
an
object
Definition
USING:
accessors
kernel
;
IN:
images.tiff
:
<ifd-entry>
( tag type count offset/value -- ifd-entry )
ifd-entry
new
swap
>>offset/value
swap
>>count
swap
>>type
swap
>>tag
;