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!
- Host: GitHub
- URL: https://github.com/ericsnekbytes/batch_image_converter
- Owner: ericsnekbytes
- Created: 2023-06-14T01:13:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T02:21:02.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T21:30:06.393Z (4 months ago)
- Topics: image-processing, photography, python, qt
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
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
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
Scale your images or add other modifiers (percent scaling is the only modifier currently).
### That's it!
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.