pub type FinalImage = ImageBuffer<Rgba<u16>, Vec<u16>>;
Convenience alias for an 16-bit RGBA image.
struct FinalImage { /* private fields */ }