image-js / tiff

TIFF image decoder written entirely in JavaScript
MIT License
190 stars 17 forks source link

32 bit tiff support #3

Closed max-mapper closed 8 years ago

max-mapper commented 8 years ago

I tried to use this on a tiff that a neuroscientist gave me and got an unsupport bit depth error. I believe it's because my tiff is 32-bit. Would this be easy to implement?

max-mapper commented 8 years ago

I opened a PR here https://github.com/image-js/tiff-js/pull/4

lpatiny commented 8 years ago

:+1: we didn't have a need for it yet but it is a good improvement !

targos commented 8 years ago

Greyscale float32 is now supported with v1.1.0, thanks!

max-mapper commented 8 years ago

woot, thanks!