Aurelia Molzer
Aurelia Molzer
A few too many `unwraps` on user input instead of proper error handling to be considered for a default-on option, but otherwise looks promising. For example: https://github.com/pdf-rs/fax/blob/master/src/decoder.rs#L64 I'd gladly consider...
Link is down. Potential replacement: https://download.osgeo.org/libtiff/
> The current issue is that there is no method to get some tile in the lib today so we only get the full image or strip but there is...
I'm not even sure why [`init`](https://docs.rs/tiff/0.6.0/tiff/decoder/struct.Decoder.html)—which reads and interprets the TIFF header—is exposed. Is there any other decoder than `new` that leaves the decoder without having read the header?
That's a tiled tiff. We only support strip based files at the moment. tiffinfo output ``` TIFFReadDirectory: Warning, Unknown field with tag 33550 (0x830e) encountered. TIFFReadDirectory: Warning, Unknown field with...
That's great to hear, looking forward to a PR. For discussions, you can join gitter/matrix: https://gitter.im/image-rs/image https://app.element.io/#/room/#image-rs_image:gitter.im
From a high-level perspective I get the impression that we should prefer the behavior to `read_tile` in that it works _exclusively_ with tile based image data but does not interact...
Reference site for tags (including extended, experimental and private tags): https://www.awaresystems.be/imaging/tiff/tifftags.html
As far as I am aware the reader can ignore unknown tags for the purpose of decoding an image matrix but weirdly enough some have an affect on the interpretation...
@yujota Ping because we've decided to bump to MSRV to 1.48 in any case. I believe this should unblock some of the issues here.