Handbook
Glossary
lookup-photometric-interpretation ( n -- singleton )
Vocabulary
images
.
tiff
Inputs
n
an
object
Outputs
singleton
an
object
Definition
USING:
combinators
;
IN:
images.tiff
:
lookup-photometric-interpretation
( n -- singleton )
{
{
0
[
photometric-interpretation-white-is-zero
]
}
{
1
[
photometric-interpretation-black-is-zero
]
}
{
2
[
photometric-interpretation-rgb
]
}
{
3
[
photometric-interpretation-palette-color
]
}
{
4
[
photometric-interpretation-transparency-mask
]
}
{
5
[
photometric-interpretation-separated
]
}
{
6
[
photometric-interpretation-ycbcr
]
}
{
8
[
photometric-interpretation-cielab
]
}
{
9
[
photometric-interpretation-icclab
]
}
{
10
[
photometric-interpretation-itulab
]
}
{
32844
[
photometric-interpretation-logl
]
}
{
32845
[
photometric-interpretation-logluv
]
}
[
bad-photometric-interpretation
]
}
case
;