mwcraig / reducer

Friendly professional-level data reduction...documentation here:
https://reducer.readthedocs.org
BSD 3-Clause "New" or "Revised" License
26 stars 10 forks source link

Fixed Image Browser to handle non-float images #116

Closed JuanCab closed 8 years ago

JuanCab commented 8 years ago

Fixed Image Browser to handle non-float images (like unsigned 16-bit integers) by type-casting the data array to float before passing it to Pillow's Image.fromarray() routine. Resolves issue #115

mwcraig commented 8 years ago

Looks good, thanks!

mwcraig commented 8 years ago

@JuanCab -- just released 0.2.3 on pypi, which contains this fix and fixes the combining problem you ran into.