Image Gallery Creator

Overview

The Image Gallery Creator is a Python application designed to automate the process of creating a gallery image from a collection of individual images stored across multiple folders. This tool is particularly useful for organizing and displaying collections of images in a single, cohesive format.

Features

  • Automated Gallery Creation: Automatically collects images from specified folders and arranges them in a grid layout within a single gallery image.
  • Customizable Layout: Users can specify the number of images per row and the padding between images to customize the gallery layout.
  • TIFF Output: The final gallery image is saved as a TIFF file, utilizing compression to reduce file size without sacrificing quality.

Requirements

To run this project, you need Python and the Pillow library. Ensure you have the following installed:

  • Python 3.x
  • Pillow

You can install the required Python package using the following command:

pip install -r requirements.txt