Contact Sheet Generator

Prototype

CLI that builds client-ready contact sheets (grid previews) from a folder of renders, with EXIF-style annotations.

Technologies
Python, Pillow
Repository
https://github.com/your-username/contact-sheet

Clients review sets of images, not single files. This CLI takes a folder of renders and produces a single annotated contact sheet: filename, resolution, and an optional note under each thumbnail.

contact-sheet ./renders --columns 4 --out review-r03.png

Why

Every delivery used to involve ten minutes of manual layout in an image editor. Now it’s one command in the delivery script.

Status

Prototype — works for my delivery format; flags and defaults still shifting.