atanunq / viuer

Rust library for displaying images in the terminal.
MIT License
241 stars 43 forks source link

Support for additional block characters #22

Open rosekunkel opened 3 years ago

rosekunkel commented 3 years ago

There are a number of block characters in Unicode:

Viuer currently only supports half blocks. It would be nice if it could also use quadrants and sextants to show images in higher resolution at the expense of color accuracy.

atanunq commented 3 years ago

That would be really cool. Are you aware of some projects that already do that? The BlockPrinter will be in for quite the refactor...