Skip to content

abbudjoe/sparx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sparx 🔥

Minimal image-to-terminal renderer. Braille + truecolor ANSI.

Usage

cargo install sparx
sparx logo.png
sparx logo.png --width 60 --threshold 100

Library

use sparx::{render_file, RenderConfig};

let output = render_file("logo.png", &RenderConfig::default()).unwrap();
print!("{}", output);

License

MIT

About

Minimal image-to-terminal renderer in Rust. Braille + truecolor ANSI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages