An open API service indexing awesome lists of open source software.

https://github.com/subhranil002/imageeditingapp

ImageEditingApp is a Flask-based web application for 𝗯𝗮𝘀𝗶𝗰 𝗶𝗺𝗮𝗴𝗲 𝗲𝗱𝗶𝘁𝗶𝗻𝗴. Upload, process, and manipulate images with ease using our intuitive interface ... ❤️
https://github.com/subhranil002/imageeditingapp

cv2 flask flask-application image-editing-app opencv opencv-python python python-3 python-script python3

Last synced: 4 months ago
JSON representation

ImageEditingApp is a Flask-based web application for 𝗯𝗮𝘀𝗶𝗰 𝗶𝗺𝗮𝗴𝗲 𝗲𝗱𝗶𝘁𝗶𝗻𝗴. Upload, process, and manipulate images with ease using our intuitive interface ... ❤️

Awesome Lists containing this project

README

        

# ImageEditingApp

ImageEditingApp is a Flask-based web application for performing basic image editing operations.

## Features

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

## Prerequisites

Before running the application, ensure you have the following prerequisites installed on your system:

- [Python](https://www.python.org/downloads/): Make sure Python is installed on your system. You can download it from the official Python website.

- Flask: Install `Flask` using the following command:

```bash
pip install Flask
```

- OpenCV (`opencv-python`): Install OpenCV using the following command:

```bash
pip install opencv-python
```

## Installation

Clone the repository to your local machine:

```bash
git clone https://github.com/subhranil002/ImageEditingApp.git
```

## Usage

1. Run the `main.py` file:

```bash
python main.py
```

2. Open your web browser and navigate to `http://localhost:5000`.

3. Upload an image and select the desired operation from the dropdown menu.

4. Click on the "Submit" button to process the image.

5. The processed image will be displayed, and you can click on the provided link to view it.

## Contributing

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.

## License

This project is licensed under the MIT License - see the [LICENSE](https://github.com/subhranil002/ImageEditingApp?tab=MIT-1-ov-file) file for details.





Made With ❤️