usage: python process.py [-h] [-d] [-v] base
positional arguments:
base Path to base folder that will be recursively searched for TIFFs
options:
-h, --help show this help message and exit
-d, --delete Delete existing JPEGs
-v, --verbose Show logsThis tool recursively searches all folders in the base folder for TIFF files. When found, a folder called "_IA" is created at the current level. Lower resolution JPEGs are made from the TIFFs, and all TIFFs are zipped in a folder called "raw.zip". Then the zipped folder and JPEGs are placed in the "_IA" folder. If the -d flag is used, existing JPEGs in the folder are deleted before new ones are created. If a folder already has an "_IA" folder, it is ignored.
- Python 3
- Image Magick (installed and viewable from
PATHenvironment variable)