Handbook
Glossary
rowstride ( image -- n )
Vocabulary
images
Inputs
image
an
image
Outputs
n
an
integer
Word description
Returns an images rowstride metric.
Definition
USING:
accessors
kernel
math
sequences
;
IN:
images
:
rowstride
( image -- n )
[
dim>>
first
]
[
bytes-per-pixel
]
bi
*
;