img2ascii/README.md

17 lines
730 B
Markdown
Raw Normal View History

2015-11-20 21:51:00 +00:00
# img2ascii
Image to ASCII-Converter
2015-11-21 00:56:52 +00:00
# build instructions
2015-12-06 01:00:01 +00:00
Execute `stack build`. Result is then in your `.stack-work/dist/$system/$cabal/build/img2ascii/` folder. Replace `$system` and `$cabal` according to your installation.
2015-11-21 20:44:06 +00:00
2015-12-06 01:00:01 +00:00
Alternatively you can install the program with `stack install` to `~/.local/img2ascii` or for all users (if `stack install` is invoked as root).
Three true-color example images in the resolution of 225x65, 225x65 and 100x40 are included. To view them just type `cat image1.img` in a suitable (aka TrueColor) terminal.
One 256-color example is also included. Type `cat rose_256.img` to view that.
2015-11-22 17:30:05 +00:00
# example
![rose-image](https://raw.githubusercontent.com/Drezil/img2ascii/master/example_small.png)