Project for my school assignement in Object Oriented Programming class.
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)
- Read the instructions
- Play lofi hip hop radio
- ???
- Profit
- Load image
- --image relative/or/absolute/path.jpg //supports jpg, jpeg, png
- --image-random //loads random image
- Export image
- --output-console
- --output-file relative/or/absolute/path
- Filter image
- --scale X //supports X from (1, 0.25, 4)
- --rotate X //supports X multiple of 90
- --flip X //supports X from (x, y)