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

https://github.com/ericsnekbytes/batch_image_converter

Mass convert images to different formats!
https://github.com/ericsnekbytes/batch_image_converter

image-processing photography python qt

Last synced: 2 months ago
JSON representation

Mass convert images to different formats!

Awesome Lists containing this project

README

        

# Batch Image Converter (Tentative Title)

*NOTE: This project is in pre-release, wait for a full release for a better install experience*

Want to easily convert a lot of images to others formats? This project is for you!

## How Does it work?

### Step 1: Pick a folder with some images

image

Choose what file extensions to search for, and you'll get a list of images scheduled for conversion.

### Step 2: Pick a save/output folder

image

Choose where to save the converted/processed images, and what format(s) to save to. Conflicting filenames
will be resolved automatically by appending "conflicting_name.0001.jpg" number suffixes to the input filename.

### Step 3 (Optional): Add modifiers

image

Scale your images or add other modifiers (percent scaling is the only modifier currently).

### That's it!

image

Use the "Start Conversion" button to begin (you'll see a summary screen with all the previous options). When
conversion starts, you'll get a status bar, and a log file with a status for each file.

## Installation

This project is in pre-release, right now you can run from source (with `python -m batch_image_converter`) with
the batch_image_converter folder in your working directory, in an environment with `PySide6` and `pillow`.
Check back later for pre-built binaries.