Handbook
Glossary
rows-remove-pad ( byte-rows -- pixels' )
Vocabulary
images
.
processing
.
rotation
.
private
Inputs
byte-rows
an
object
Outputs
pixels'
an
object
Definition
USING:
kernel
math
sequences
;
IN:
images.processing.rotation.private
:
rows-remove-pad
( byte-rows -- pixels' )
[
dup
length
4
mod
head*
]
map
;