Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1021 Bytes

File metadata and controls

39 lines (28 loc) · 1021 Bytes

Flask Image Editing App

This is a Flask web app that utilizes OpenCV to convert various image files into different formats like JPG, JPEG, PNG, and grayscale. With a user-friendly interface, it offers fast and efficient processing.

Key Features
1. Used Flask, OpenCV
2. Users can upload an image file
3. Users can download the converted file
4. Allowed image file Operations
   1. Convert to JPG
   2. Convert to JPEG
   3. Convert to Grayscale
   4. Convert to PNG

How to Install this app

#create a virtual environment
python3 -m venv env

#install required modules
pip install -r requirements.txt

# Or install Flask and sqlalchemy
pip install flask opencv-python

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

SnapShot

image