Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 667 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 667 Bytes

Image Manipulation Tool

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.

Features

  • 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.

Requirements

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: