coralnet
coralnet copied to clipboard
Imaging formats: TIFF
Suggested by Renata Ferrari in the Google Group, where she mentions some orthomosaics using this format.
I don't think there's anything too special about this format; the end result is a raster image like JPG or PNG. Indeed, Pillow does support this format.
On the website side, adding this to our accepted image extensions might be all we need to do. Need to check how easy-thumbnails handles TIFF though, hopefully in a reasonable way.
Wondering about the vision backend side of things. Can it take TIFF directly, or would a conversion to JPG or PNG be needed first? If a conversion, I suppose that would have to be added in the vision backend code.
TIFF can have orientation metadata too. The method of reading it may or may not be the same as JPEG Exif. https://awaresystems.be/imaging/tiff/tifftags/orientation.html