Handbook
Glossary
v-header
Vocabulary
images
.
bitmap
Definition
IN:
images.bitmap
UNION:
v-header
v3-header
v4-header
v5-header
;
Methods
USING:
accessors
combinators
compression.run-length
images.bitmap
;
M:
v-header
uncompress-bitmap*
compression>>
{
{
f
[
]
}
{
0
[
]
}
{
1
[
\
run-length-uncompress-bitmap8
do-run-length-uncompress
]
}
{
2
[
\
run-length-uncompress-bitmap4
do-run-length-uncompress
]
}
{
3
[
uncompress-bitfield-widths
]
}
{
4
[
"jpeg"
unsupported-bitmap-compression
]
}
{
5
[
"png"
unsupported-bitmap-compression
]
}
}
case
;