Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

Image converter GUI

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.