Skip to content

Watchdog87/Image-converter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

$ 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 and are not exhaustive. Feel free to add as long as the changes are Pillow-compatible.

About

Simple image format converter with GUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%