rasciify 0.2.1

For generating ASCII art ( RGB/grayscale image, text based or GIF ) based on image or GIF provided.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod character;
pub use character::*;

pub mod img_to_img;
pub use img_to_img::*;

pub mod img_to_text;
pub use img_to_text::*;

pub mod gif_to_gif;
pub use gif_to_gif::*;

pub mod utils;
pub use utils::*;