pub fn create_image_from_string(
palette: &HashMap<char, Color>,
input: &str
) -> Result<IndexedImage, IndexedImageError>Expand description
Creates an image using an index and a grid of chars
pub fn create_image_from_string(
palette: &HashMap<char, Color>,
input: &str
) -> Result<IndexedImage, IndexedImageError>Creates an image using an index and a grid of chars