Crate artem

source · []
Expand description

artem

artem is a small cli program written in rust to easily convert images to ascii art. It uses the image-rs library to read images from different image formats, such as png, jpeg, etc.

This file contains a library, which is used under the hood. This enabled benchmarking using criterion.rs, since it requires an lib to operate.

It is not supported to use this library without the command-line interface.

Example usage of cli

artem examples/abraham_lincoln.jpg

Modules

Functions

Takes an image and returns it as an ascii art string.