artem 3.0.0

Convert images from multiple formats (jpg, png, webp, etc…) to ASCII art
Documentation
1
2
3
4
5
6
7
8
9
10
///! Tests for the different arguments.
///! Some of the them are bundled into the same file, since they are similar.
///! For example all color arguments.
pub mod characters;
pub mod color;
pub mod input;
pub mod output;
pub mod scale;
pub mod size;
pub mod transform;