Handbook
Glossary
tile-width ( tile-bitmap original-image -- width )
Vocabulary
images
.
tessellation
Inputs
tile-bitmap
an
object
original-image
an
object
Outputs
width
an
object
Definition
USING:
images
kernel
math
sequences
;
IN:
images.tessellation
:
tile-width
( tile-bitmap original-image -- width )
[
first
length
]
[
bytes-per-pixel
]
bi*
/i
;