1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
``` _ _ _ __ __ _ ___ ___(_|_) | '__/ _` / __|/ __| | | | | | (_| \__ \ (__| | | |_| \__,_|___/\___|_|_| Image => ASCII ART ``` # Usage ```bash # Prints out colorful ascii art based on input image rascii ./examples/testdog.jpeg --color ``` 