A C++ Program that prints a given image as ascii characters to the console or saves it to
a file if the -f option is provided; it has kind of a faulty support for animating gif images and if you can figure it out I'll love your contribution
You must have the Imagemagick program and Magick++ library to compile this program
make
then run
make install && make clean
After compiling just run ->
limgtoasci imagePath
| Option | Use |
|---|---|
| -r --resize | resize the image |
| -s --savefile | Save output to file |
| -a --ascii | ascii characters used |
| -f --filter | add a filter (1 to 3) |
Kosiken
- Fix window size option [ x ]
- Add option for scale [ x ]
- Fix issues for gif resize [ x ]
