Skip to content

A simple and minimalist image converter written in Python, written out of dislike for bloat other converters offer.

License

Notifications You must be signed in to change notification settings

jakstein/EasyImageConvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EasyImageConvert

A simple and minimalist image converter GUI written in Python, created out of a dislike for the bloat other converters offer, while still keeping a simple GUI. This project also serves as a practice for coding skills.

Features

  • Supports drag and drop operations.
  • Allows selecting a folder with images through a dialog.
  • Scans images in the main folder and subfolders.
  • Overwrites images upon successful conversion.
  • Supports various image formats: PNG, JPEG, JPG, BMP, GIF, WEBP, AVIF, JXL.
  • Accepts quality settings for formats that support it.

Usage

Run the script using Python:

python easyimgconvert.pyw

Installation

Install the required packages:

pip install tkinterdnd2 Pillow pillow_avif pillow_jxl

Supported Formats

  • PNG
  • JPEG
  • JPG
  • BMP
  • GIF
  • WEBP
  • AVIF
  • JXL

License

This project is licensed under the MIT License.

image.png

About

A simple and minimalist image converter written in Python, written out of dislike for bloat other converters offer.

Topics

Resources

License

Stars

Watchers

Forks

Languages