Skip to content

Krazune/ASCIIrefrigerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCIIrefrigerator

Image to ASCII generator.


Examples

This generator works best with higher contrast images.

GitHub's press logo: GitHub's press logo output

./asciirefrigerator github.bmp -w 99 -h 15 --invert

Monkey face (by webalys): Monkey face output

./asciirefrigerator monkey.bmp -w 80 -h 34

Version

Current version: 2020.09.1

The version format is "<year>.<zero padded month>.<revision number>".


License

MIT License


Usage

./asciirefrigerator --help
./asciirefrigerator --version
./asciirefrigerator <bmp input file> [options]

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

Building

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.


Limitations

This generator only works properly for non-indexed colors BMP files.


Notes

This generator was created for educational purposes only.

About

Image to ASCII generator.

Resources

License

Stars

Watchers

Forks

Languages