TomographicImaging / iDVC

Digital Volume Correlation user interface
Apache License 2.0
4 stars 1 forks source link

Enable loading TIFF with float or 32 bits #228

Closed paskino closed 1 month ago

paskino commented 4 months ago

Only TIFFs with char and shorts are handled correctly.

This PR allows the user to load non char/short int or float TIFF files. In case of floats these will be rescaled to the full short range.

DanicaSTFC commented 3 months ago

@paskino can you link the data to test this please?