normalize-image ( image -- image' )
Image normalization

Next:reorder-components ( image component-order -- image' )


Vocabulary
images.normalization

Inputs
imagean image


Outputs
image'an image


Word description
Converts the image to RGBA with ubyte-components. If the image is upside-down, it will be flipped right side up such that the 1st byte in the bitmap slot's byte array corresponds to the first color component of the pixel in the upper-left corner of the image.

Definition