Skip to content

Converter WEBP/JPG/GIF/JFIF to PNG using a Web Interface created in FLASK

Notifications You must be signed in to change notification settings

psergicv/Image-Processing-Toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Converter WEBP/JPG/GIF/JFIF to PNG using a Web Interface created in FLASK

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published