Hi all,
I built a small Python utility that might be useful to others who struggle with collecting student photos for Gibbon, it’s called Gibbon Image Zipper.
What it does:
-
Scans a folder for
.jpg,.jpeg, and.pngfiles -
Checks each image is within 360×480px with the right portrait aspect ratio
-
Auto-resizes non-compliant images to 240×320px
-
Bundles everything into a single ZIP file ready for import
You just point it at a folder of photos, it checks each one, resizes anything that doesn’t fit the required dimensions, and packs everything into a ZIP ready to upload. That’s it.
https://github.com/sabercodes/gibbon-image-zipper
Hope it saves someone the headache!