You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would rather not add an additional dependency. It looks to me as if PIL supports TIF. Is it possible to avoid the conversion to uint8 by skipping .convert('RGB')? What format do your images have?
I think there's only support for single-band floating point image formats in PIL. My images are multi-band floating point images (remote sensing imagery).
PIL has some issues with reading TIF files as it automatically converts to uint8. What do you think about adding something like:
here. FWIW I've tested this modification locally and it's not a breaking change.
The text was updated successfully, but these errors were encountered: