Handbook
Glossary
lookup-sample-format ( sequence -- object )
Vocabulary
images
.
tiff
Inputs
sequence
an
object
Outputs
object
an
object
Definition
USING:
combinators
sequences
;
IN:
images.tiff
:
lookup-sample-format
( sequence -- object )
[
{
{
0
[
sample-format-none
]
}
{
1
[
sample-format-unsigned-integer
]
}
{
2
[
sample-format-signed-integer
]
}
{
3
[
sample-format-ieee-float
]
}
{
4
[
sample-format-undefined-data
]
}
[
bad-sample-format
]
}
case
]
map
;