png2aa 0.1.2

Convert PNG image to ASCII Art.
Documentation
1
2
3
4
5
6
extern crate image;
#[macro_use] extern crate ndarray;
extern crate string_error;

pub mod filter;
pub mod utils;