2022.12.09 15:48 "[Tiff] libtiff v4.5.0 release candidate available", by Even Rouault

2022.12.12 19:50 "Re: [Tiff] libtiff v4.5.0 release candidate available", by Christoph Gohlke

This is great! Thank you. I was able to read a TIFF file with 100,000 pages. It's not uncommon to find such files in bio-imaging.

Could the 1048576 limit be added to the public API, e.g. add `#define TDIR_MAX 1048576` in tiffio.h?

Christoph