Handbook
Glossary
ifd-component-order ( ifd -- component-order component-type )
Vocabulary
images
.
tiff
Inputs
ifd
an
object
Outputs
component-order
an
object
component-type
an
object
Definition
USING:
combinators
images
;
IN:
images.tiff
:
ifd-component-order
( ifd -- component-order component-type )
bits-per-sample
find-tag
{
{
{
32 32 32 32
}
[
RGBA
float-components
]
}
{
{
32 32 32
}
[
RGB
float-components
]
}
{
{
16 16 16 16
}
[
RGBA
ushort-components
]
}
{
{
16 16 16
}
[
RGB
ushort-components
]
}
{
{
8 8 8 8
}
[
RGBA
ubyte-components
]
}
{
{
8 8 8
}
[
RGB
ubyte-components
]
}
{
8
[
LA
ubyte-components
]
}
[
unknown-component-order
]
}
case
;