Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Create a static HTML/CSS image gallery from a bunch of images.
Gallerize is a Python command-line tool that generates a static HTML/CSS image gallery from a directory of images.
Gallerize is a Python 3.7+ command-line tool that converts a set of images into a static HTML5 gallery with thumbnails and optimized full-size images. It takes image files as input and produces CSS-themed HTML pages as output. The project is written by Jochen Kupperschmidt and released under the MIT license, with the source hosted on GitHub.
After installing ImageMagick, jpegoptim, and Python dependencies (including Jinja) via pip, you activate a virtual environment and install the package. Running gallerize output/ images/* processes each image, creates thumbnails with ImageMagick, optimizes them with jpegoptim, and renders HTML via Jinja. The project includes a test suite run with pytest.
