Function transpose_bitmap

Source
fn transpose_bitmap(bitmap: &[u8], width: usize, height: usize) -> Vec<u8>