A powerful and interactive Streamlit app for uploading, transforming, and styling images using Python and Pillow. Designed for developers, creatives, and anyone who wants simple but flexible image editing in the browser.
- 📂 Upload multiple images (
.png,.jpg,.jpeg) - 📏 Resize, 🔄 Rotate, 🔁 Flip (horizontal/vertical)
- 🌞 Adjust brightness & contrast
- 💨 Apply Gaussian blur
- 📝 Add custom text overlay with:
- Font size
- Text color
- Centered alignment
- 🖼️ Overlay secondary image (like logo or watermark)
- Streamlit – lightweight web app framework for Python
- PIL (Pillow) – robust Python library for image editing
- Python – clean, scalable logic and layout control
Ensure you have Python installed, then install dependencies:
pip install streamlit pillow