Handbook
Glossary
with-tiff-endianness ( loading-tiff quot -- )
Vocabulary
images
.
tiff
Inputs
loading-tiff
an
object
quot
an
object
Outputs
None
Definition
USING:
accessors
endian
kernel
;
IN:
images.tiff
:
with-tiff-endianness
( loading-tiff quot -- )
[
dup
endianness>>
]
dip
with-endianness
;
inline