Skip to content

ImageEditingApp is a Flask-based web application for ๐—ฏ๐—ฎ๐˜€๐—ถ๐—ฐ ๐—ถ๐—บ๐—ฎ๐—ด๐—ฒ ๐—ฒ๐—ฑ๐—ถ๐˜๐—ถ๐—ป๐—ด. Upload, process, and manipulate images with ease using our intuitive interface ... โค๏ธ

License

Notifications You must be signed in to change notification settings

subhranil002/ImageEditingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

4 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

Installation

Clone the repository to your local machine:

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

Usage

  1. Run the main.py file:
python main.py
  1. Open your web browser and navigate to http://localhost:5000.

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

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

  4. 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 file for details.




Made With โค๏ธ

About

ImageEditingApp is a Flask-based web application for ๐—ฏ๐—ฎ๐˜€๐—ถ๐—ฐ ๐—ถ๐—บ๐—ฎ๐—ด๐—ฒ ๐—ฒ๐—ฑ๐—ถ๐˜๐—ถ๐—ป๐—ด. Upload, process, and manipulate images with ease using our intuitive interface ... โค๏ธ

Topics

Resources

License

Stars

Watchers

Forks