allen-cell-animated / agave

Other
34 stars 6 forks source link

fix tiff with empty imagedescription #170

Closed toloudis closed 6 months ago

toloudis commented 6 months ago

A tiff file without an imagedescription string resulted in a null pointer being dereferenced. This code simply adds the null check so that such files can still be loaded.

Est. time to review: <5min