pub type GrayImage<T> = Image<T, 1>;
A one-channel image.
pub struct GrayImage<T> { /* private fields */ }