ImageEditingApp is a Flask-based web application for performing basic image editing operations.
- Supports uploading images in various formats including PNG, JPG, JPEG, WEBP, and GIF.
- Provides operations like converting to PNG, JPG, or WEBP formats, grayscale conversion, resizing, mirroring, and square cropping.
- Displays the processed image in real-time with a link for easy access.
Before running the application, ensure you have the following prerequisites installed on your system:
-
Python: Make sure Python is installed on your system. You can download it from the official Python website.
-
Flask: Install
Flask
using the following command:pip install Flask
-
OpenCV (
opencv-python
): Install OpenCV using the following command:pip install opencv-python
Clone the repository to your local machine:
git clone https://github.com/subhranil002/ImageEditingApp.git
- Run the
main.py
file:
python main.py
-
Open your web browser and navigate to
http://localhost:5000
. -
Upload an image and select the desired operation from the dropdown menu.
-
Click on the "Submit" button to process the image.
-
The processed image will be displayed, and you can click on the provided link to view it.
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and create a pull request with your proposed changes.
This project is licensed under the MIT License - see the LICENSE file for details.
Made With โค๏ธ