A Rust library for rendering images as text and some utilities that use it.
This workspace consists of a collection of crates:
ascii_art
: a library for rendering images to textimg2ascii
: a CLI program that uses theascii_art
library and your system's Fontconfig installation to render images to text based on any font installed on your system.utils
: some other utility programs that use the library
See more specific documentation for more specific information.
ascii_art
library demonstration: a web
service that will turn an uploaded image file into a chunk of text.
The original work in this crate is all licensed under the MIT license.
The Liberation Mono and Iosevka fonts (used as example files) are licensed under the SIL Open Font License.