Course project for BI-PYT at FIT CTU
- loading .png, .jpg and .gif files
- filters
- grayscale
- invert
- finding edges
- adjusting brightness
- reverting changes
- exporting to .png, .jpg and .gif
- Install dependencies
$ pip install -r requirements.txt
- Run
$ python3 .
- there is no functionality to zoom-out the pictures, working with large pictures is bad
- there is no support for RGBA pictures, all of them are converted to RGB