[go: nahoru, domu]

Skip to content

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.

Notifications You must be signed in to change notification settings

vickytilotia/Flask-Image-Editing-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Languages