image-rs / image-tiff

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

Partial tag #249

Open feefladder opened 5 days ago

feefladder commented 5 days ago

Should be on top of #246 When reading COGs, it could be a problem that offset data is rather big, so partially reading only needed offset data may be useful. This also somewhat links to @spoutn1k's PR #242 that adds types for ProcessedEntry, DecodedEntry and BufferedEntry.. I'll open an issue for discussing a bit more over-arching design questions