Skip to content

A Python utility for exporting image and mask TIFFs from syGlass projects.

Notifications You must be signed in to change notification settings

IstoVisio/syglass_tiff_export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

syglass_tiff_export

A Python utility for exporting image and mask TIFFs from syGlass projects.

Usage

 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:

# Modify these export directories to the desired locations, ending with a slash
IMAGE_EXPORT_DIR = "C:/Users/natha/Downloads/ExportDir/"
MASK_EXPORT_DIR = "C:/Users/natha/Downloads/ExportDir/"
# Modify these to choose whether to export images, masks, or both
EXPORT_IMAGES = True
EXPORT_MASKS = True

About

A Python utility for exporting image and mask TIFFs from syGlass projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages