Handbook
Glossary
make-memory-bitmap ( dim quot -- image )
Vocabulary
images
.
memory
Inputs
dim
an
object
quot
an
object
Outputs
image
an
object
Definition
USING:
destructors
images.memory.private
kernel
;
IN:
images.memory
:
make-memory-bitmap
( dim quot -- image )
[
[
[
malloc-bitmap-data
]
keep
]
]
dip
[
[
<bitmap-image>
]
2bi
]
curry
compose
with-destructors
;
inline