A simple GUI tool to apply region-based and freehand blurring, redaction, cropping, and brightness/contrast adjustment to images using OpenCV and Tkinter.
- Multi-region blur (rectangle selection)
- Freehand blur (paint over)
- Redact regions (black fill)
- Crop images with mouse
- Adjust brightness and contrast
- Save processed images
pip install -r requirements.txt
python main_app.py