Generate rotated collage thumbnails from a directory of images.
This utility is intended for creating artwork for curated game collections, featured lists, or similar content. It automatically builds a grid from the source images, rotates the collage, and exports a centered WebP thumbnail.
- Python 3.10+
- Pillow
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtPlace your source images in the input/ directory.
Supported formats:
- PNG
- JPEG
- WebP
Run:
python main.pyThe generated thumbnail will be written to:
output/featured.webp
