A simple to use Python tool to batch convert images between formats, including AVIF.
- Image format support using pillow
- AVIF support using pillow_avif_plugin
- Asynchronous operation
- Beautiful and usable CLI using typer and rich
- QOL features such as optional reduced process priority for background processing
- Download the repository by cloning, using the provided releases or downloading the repo as a ZIP
- Create a virtual environment
python -m venv /path/to/environment
- Copy
BatImgCon.py
andrequirements.txt
into your venv/path/to/environment
- Activate the environment using the activation script for your OS in:
/path/to/environment/Scripts/
- Install the requirements:
pip install -r /path/to/requirements.txt
- Run
python BatImgCon.py --help
for instructions on how to work the program. - Congratulations, you have successfully installed and operated BatImgCon 🎉
All collaborative work, such as issue reports and pull requests, should be submitted to this GitHub repository in their provided sections.
Licensed with the MIT License. By using this software, you agree to the terms and conditions of the license.