pub fn image_ascii_load_bytes(chars: &[u8]) -> Mat<u8>
Load a ASCII text image from raw bytes.
Newlines will be stripped out and the horizontal dimension will be determined by the longest line.