DylanMuir / TIFFStack

Load TIFF files into matlab fast, with lazy loading
http://dylan-muir.com/articles/tiffstack/
Other
36 stars 20 forks source link

Faster header reading #15

Closed jennan closed 7 years ago

jennan commented 7 years ago

Minor changes to make reading headers faster (switch replaced by table lookup, avoid unnecessary structure allocation, avoid conversion of string after reading).

DylanMuir commented 7 years ago

@jennan Nice, thanks.