This application provides various image processing features using Tkinter and OpenCV. It allows users to open images, apply color adjustments, and various filters similar to those found in Photoshop.
- Open and display images.
- Apply color adjustments and effects.
- Use filters such as hue/saturation adjustment, sharpening, Gaussian blur, and edge detection.
- Real-time preview of image modifications.
- Python 3.x
Pillow
numpy
opencv-python
tkinter
(comes pre-installed with Python)
-
Clone the repository:
git clone <repository-url> cd <repository-directory>