Image to ASCII generator.
This generator works best with higher contrast images.
./asciirefrigerator github.bmp -w 99 -h 15 --invert
Monkey face (by webalys):

./asciirefrigerator monkey.bmp -w 80 -h 34
Current version: 2020.09.1
The version format is "<year>.<zero padded month>.<revision number>".
./asciirefrigerator --help
./asciirefrigerator --version
./asciirefrigerator <bmp input file> [options]
--output-file <output file name>
--width <output width>
--height <output height>
--resize-method <resize method name (nearest-neightbor, or bilinear)>
--character-space <character space name (gradient9, or bw)>
--custom-character-space <character space string>
--invert
This generator uses the Boost library, version 1.74.0 (earlier versions might be compatible), for the handling of images, and the program options, so it must be installed for the compilation.
This generator only works properly for non-indexed colors BMP files.
This generator was created for educational purposes only.
