Handbook
Glossary
Image normalization
The
images
.
normalization
vocab can be used to convert between
image
representations.
You can normalize any image to a RGBA with ubyte-components representation:
normalize-image
( image -- image' )
Convert an image's pixel layout to match an arbitrary
component-order
:
reorder-components
( image component-order -- image' )