This is a simple image editor implemented in Python using OpenCV, with a GUI made using Tkinter.
- open and save images
- flip horizontally and vertically
- convert to grayscale
- quantize image
- adjust brightness and contrast
- compute negative
- compute histogram
- equalize histogram
- match histograms
- zoom in and out
- rotate image
- convolve kernels