pub type RawInfo = OutInfo;
struct RawInfo { pub width_px: u32, pub height_px: u32, pub bpp: Bits, }
width_px: u32
height_px: u32
bpp: Bits
Bits per pixel