16 bit tiffs are read but with issues #889
robmarkcole
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Most geospatial imagery will be provided as a tif, typically a 16 bit geotiff. These files can be read and process by sahi but there may be issues, which I aggregate here. The first I have noticed is the geotiff will be cast to 8bit using numpy:
This will result in colour errors when the RGB image is written
Beta Was this translation helpful? Give feedback.
All reactions