Function image_ascii_load_bytes

Source
pub fn image_ascii_load_bytes(chars: &[u8]) -> Mat<u8>
Expand description

Load a ASCII text image from raw bytes.

Newlines will be stripped out and the horizontal dimension will be determined by the longest line.