Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jyan1999/image-converter
Simple image format converter with GUI
https://github.com/jyan1999/image-converter
gui heic heic-to-jpg heic-to-png image-conversion image-converter jpg png
Last synced: about 1 month ago
JSON representation
Simple image format converter with GUI
- Host: GitHub
- URL: https://github.com/jyan1999/image-converter
- Owner: jyan1999
- Created: 2022-11-16T03:38:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T08:03:21.000Z (over 1 year ago)
- Last Synced: 2023-10-29T20:37:45.659Z (about 1 year ago)
- Topics: gui, heic, heic-to-jpg, heic-to-png, image-conversion, image-converter, jpg, png
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image-converter
Image format converter with Pillow. Supports converting between common image formats (JPG,PNG,HEIC,etc.) Provides a simple GUI that supports drag-and-drop multiple files.## How it works
To use the converter, simply run:```bash
$ python main.py
```And the GUI should spawn
The dropdown on the top left lets you select the format you want to convert to.
Simply drag and drop the image files to the designated area. The converted files will be placed in the same directory where the original images live.
You can also click on the drag-and-drop area to browse and select files locally
Texts in the bottom show the status of the converter and will display warnings if incompatible files are included. The check and output options are manually configured from [Pillow documentation](https://pillow.readthedocs.io/en/stable/handbook/image-file-formats.html) and are not exhaustive. Feel free to add as long as the changes are Pillow-compatible.