Create tiff image from a list of images.
- Flexible size of composite images
- Adjusting the dimensions of the resulting image
- It is possible to exclude subdirectories or files
- Python: ^3.11.8
- Pip: ^24.0
- Clone the repository
git clone https://github.com/kolserdav/create-tiff.git
- Change working catalog
cd create-tiff
- Install dependencies:
pip install -r requirements.txt
- Copy file
.env.example
to.env
Edit file .env
:
# Source images path
IMAGES_PATH=/abs/path/to/images/dir
# Result image dimensions
WIDTH=1920
HEIGHT=1080
# List of excluded dirs or files
#EXCLUDE_NAMES=1388_12_Наклейки 3-D_3,1388_6_Наклейки 3-D_2
Run:
python main.py
Show results in tmp/result.tiff