fn get_pixel_info(
    c: ColorType,
    palette: Option<&[[u8; 3]]>
) -> Result<(u32, u32, u32)>
Expand description

Returns a tuple representing: (dib header size, written pixel size, palette color count).