Welcome to the Image Manipulation Tool repository! This project allows users to upload an image through a GUI interface, adjust its brightness and blurriness, and save the modified output.
- Upload Image: Load images directly from your local machine.
- Adjust Brightness: Modify the brightness of the uploaded image.
- Adjust Blurriness: Apply blurring effects to the image.
- Save Output: Download the modified image to your device.
To run this project, you need:
- Python 3.10
- Pillow, CV2 (for image manipulation)
- PyQT5 (for GUI)
You can install the required libraries using pip: