image-rs / image-tiff

TIFF decoding and encoding library in pure Rust
MIT License
121 stars 79 forks source link

Add fp16 depth support #239

Open micahcc opened 3 months ago

micahcc commented 3 months ago

I have some geotiffs with altitude data that store the data in fp16 rather that fp32. Would be nice to be able to use this library for it.