Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subhranil002/imageeditingapp
https://github.com/subhranil002/imageeditingapp
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/subhranil002/imageeditingapp
- Owner: subhranil002
- License: mit
- Created: 2023-09-09T10:00:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-09T10:05:17.000Z (about 1 year ago)
- Last Synced: 2023-09-09T11:23:47.782Z (about 1 year ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ❤️