image-rs / image-tiff

TIFF decoding and encoding library in pure Rust
MIT License
117 stars 75 forks source link

Make decoding internally operate on byte buffers #230

Closed fintelia closed 2 months ago

fintelia commented 5 months ago

Also adds handling of sub-byte samples.

Note: This is technically a breaking change because fp_predict_f32 and fp_predict_f64 were (accidentally?) exposed publicly.