Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.75 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.75 KB

Image-Processing-Toolkit

Image-Processing-Toolkit is a Flask-based web application aimed at providing a suite of handy tools for image processing. The toolkit currently supports conversion of various image formats (like JPG, GIF, WebP, BMP, and more) into PNG and background removal from images. Our goal is to offer a simple and efficient tool for handling common image processing tasks.

Features

  • Image to PNG Conversion: Easily convert images of various formats to PNG. Supported formats include JPG, GIF, WebP, BMP, SVG, AVIF, and JFIF.

  • Background Removal: Automatically remove the background from your images, resulting in a PNG image with a transparent background.

Upcoming Features

  • Watermark Removal: Clean your images by removing unwanted watermarks.
  • [Include any other features you plan to implement]

Usage

  1. Navigate to the Image Convertor page of the app or to Image Background Removal page.
  2. Choose the image you want to convert to PNG or remove its background and upload it.
  3. Click 'Upload' and wait for the image processing.
  4. Download your processed image, which will be in PNG format.

Installation

This application requires Python 3.6+ and Flask.

  1. Clone this repository to your local machine.
  2. Install the required packages using pip:
    pip install -r requirements.txt
  3. Run the application:
    python app.py
  4. Access the application at localhost:5000 in your web browser.

Contributions

Contributions, issues, and feature requests are welcome! Feel free to check issues page. If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

License

This project is licensed under the terms of the MIT license.