Handbook
Glossary
image
Vocabulary
tools
.
image
Class description
In-memory Factor image
Definition
USING:
byte-arrays
;
IN:
tools.image
TUPLE:
image
{
footer
maybe{
image-footer
}
initial:
f
}
{
leader
maybe{
byte-array
}
initial:
f
}
{
header
maybe{
image-header
}
initial:
f
}
{
data
maybe{
byte-array
}
initial:
f
}
{
code
maybe{
byte-array
}
initial:
f
}
{
trailer
maybe{
byte-array
}
initial:
f
}
;
Methods
USING:
tools.image
tools.image.compression
;
M:
image
compress-image
uncompressable-image
;