This is a Python-based image manipulation application that allows users to modify images by applying effects such as grayscale conversion and brightness adjustment. The project was built to practice Python programming, image processing, and basic GUI development.
- Convert images to grayscale
- Adjust image brightness
- Display images using a simple interface
- Load images from the local system
- Python
- NumPy
- Matplotlib
- Tkinter
- Clone the repository:
git clone https://github.com/oseovie/IMAGE-MANIPULATION-PROGRAM.git
2.Copy code cd IMAGE-MANIPULATION-PROGRAM 3.Run the Python file: bash Copy code python main.py