Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 990 Bytes

File metadata and controls

45 lines (31 loc) · 990 Bytes

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