This is a simple Flask-based web application that allows you to blend two images in real-time using interactive sliders. You can control the opacity of each image and see the output update instantly.
- Upload two images (JPG, PNG, etc.)
- Real-time blending using sliders
- No need to press a button to see the result
- Clean, modern UI
- Lightweight and fast
- Open to customization and contributions
- Upload two images via the form.
- Adjust the alpha (image 1) and beta (image 2) sliders.
- The server blends the images using OpenCV and returns the result without reloading the page.
- Backend: Flask (Python)
- Frontend: HTML, CSS, JavaScript (with AJAX)
- Image Processing: OpenCV
git clone https://github.com/FairozAhmadSheikh/live-image-blend-flask.git
cd live-image-blend-flaskpip install flask opencv-pythonpython app.pyThis project is open-source and permissively licensed. Anyone is welcome to use, modify, and distribute it with or without changes. Just give proper credit.
Love this project or found something to improve? Your feedback and contributions are super welcome! ๐ Jump in now by opening an issue or submitting a pull request.
Check out the full source code and get started here: ๐ https://github.com/FairozAhmadSheikh/Image_Blending_App
Made with โค๏ธ by @FairozAhmadSheikh