Handbook
Glossary
byte-map>image ( bytes: byte-array dim -- image: image )
Vocabulary
noise
Inputs
bytes
a
byte-array
dim
an
object
Outputs
image
an
image
Definition
USING:
accessors
images
kernel
typed
;
IN:
noise
TYPED:
byte-map>image
( bytes: byte-array dim -- image: image )
image
new
swap
>>dim
swap
>>bitmap
L
>>component-order
ubyte-components
>>component-type
;