The idea of this project is to load images, translate them into ASCII ART images, optionally apply filters, and save them. (https://courses.fit.cvut.cz/BI-OOP/projects/ASCII-art.html)
run --image "pic/2.jpg" --rotate +90 --scale 0.25 --invert --table-basic --output-console
run --image "pic/karel.png" --table-basic --output-file "pic/output"
run --image "pic/vova.png" --table-pro --output-file "pic/output" --flip x --flip x --rotate 180 --rotate 180
- png
- jpg
- jpeg
- random image
--image-random
- --rotate degrees
- --invert
- --flip x or --flip y
- --brightness value
- --scale value
- --table-basic
- --table-advance
- --table-pro
- --table-non-linear-basic
- --custom-table 'your symbols table'
- Console
- Some file