tlnagy / TiffImages.jl

💎 Pure-Julia TIFF I/O with a focus on correctness 🧐
http://tamasnagy.com/TiffImages.jl/
MIT License
54 stars 13 forks source link

lazyio does not load tiled TIFFs correctly #164

Open mkitti opened 5 months ago

mkitti commented 5 months ago

lazyio does not appear to load tiled TIFFs properly.

tlnagy commented 4 months ago

I believe when we added support for tiled images, only the eager path was added. Roping in @chrstphrbrns here as he implemented our tiled loading interface.