A Python utility for exporting image and mask TIFFs from syGlass projects.
python syglass_tiff_export.py [path/to/project/file.syg]
To specify the export directories and whether to export original image data, masks, or both, modify these variables within the script:
syglass_tiff_export/syglass_tiff_export.py
Lines 10 to 16 in e0572c1