Handbook
Glossary
bytes-per-pixel ( image -- n )
Vocabulary
images
Inputs
image
an
object
Outputs
n
an
object
Definition
USING:
accessors
kernel
;
IN:
images
:
bytes-per-pixel
( image -- n )
[
component-order>>
]
[
component-type>>
]
bi
(bytes-per-pixel)
;