Handbook
Glossary
bytes-per-image ( image -- n )
Vocabulary
images
Inputs
image
an
object
Outputs
n
an
object
Definition
USING:
accessors
kernel
math
sequences
;
IN:
images
:
bytes-per-image
( image -- n )
[
dim>>
product
]
[
bytes-per-pixel
]
bi
*
;