A strong Python tool to convert and do a massive compress images to AVIF. It is useful for those who need to compress textures or photos EXTREMELY for a smaller file size.
Note: The final format always will be AVIF (This may change in future updates).
- Convert multiple image formats to AVIF
- Compress images using pyvips
- Optional resize for 16:9 and 9:16 images
- Automatic output folder
- Error handling for unsupported or corrupted images
- PNG
- JPG / JPEG
- WEBP
- TIFF
- AVIF
- Python 3.x
- pyvips
- libvips
Install pyvips:
pip install pyvipsNote: On Windows, libvips must also be installed and added to the PATH. On Android, libvips must also be installed with Termux.
Run the program:
python main_gui.pyThen enter the folder containing your images and follow the prompts.
MIT