Handbook
Glossary
uncompress-bytes ( loading-png -- bitstream )
Vocabulary
images
.
png
Inputs
loading-png
an
object
Outputs
bitstream
an
object
Definition
USING:
accessors
combinators
kernel
;
IN:
images.png
:
uncompress-bytes
( loading-png -- bitstream )
[
inflate-data
]
[
]
[
interlace-method>>
]
tri
{
{
interlace-none
[
reverse-interlace-none
]
}
{
interlace-adam7
[
reverse-interlace-adam7
]
}
[
unimplemented-interlace
]
}
case
;