A simple and powerful image format converter written in Python.
This project was developed by Anonymous-SIlva to convert images from one format to another using Python.
It’s useful for converting between formats like PNG, JPG, BMP, GIF, WEBP, and more.
- Python 3
- Pillow (PIL) – Python Imaging Library
- Download the script:
Click on "Download" in the Releases section or on the asset file (e.g., image_converter.py).
- Install Pillow (if needed):
pip install Pillow🔄 Supported Formats Convert between most common formats:
PNG ⇄ JPG
PNG → WEBP
BMP → PNG
And many others...
Full list of formats: https://pillow.readthedocs.io/en/stable/handbook/image-file-formats.html ㅤ
📄 License This project is under the MIT License. Feel free to use, modify, and share — just give proper credit. 😄
Made with ❤️ by Anonymous-SIlva