Crate ndarray_image

Source

Structs§

NdImage
This newtype struct can wrap an image from either the ndarray or image crates to automatically allow them to be turned into() the equivalents in the other crate. This works without copying.

Enums§

Colors

Functions§

open_gray_image
Opens a gray image using the image crate and loads it into a 2d array. This performs a copy.
open_image
Opens a color image using the image crate and loads it into a 3d array. This performs a copy.
save_gray_image
Saves a gray image using the image crate from a 3d array.
save_image
Saves a color image using the image crate from a 3d array.

Type Aliases§

ImgBgr
ImgBgra
ImgLuma
ImgLumaA
ImgRgb
ImgRgba
NdColor
NdColorMut
NdGray
NdGrayMut