Andreas Poehlmann
Andreas Poehlmann
Hi @delta2golf, interesting suggestion. I thought about this a bit and I think we could add this to tiffslide itself. Getting the color profile seems super easy: ```python import io...
Hello @tomvars I assume there has not been any progress on color profile support so far. Contributions are always welcome ❤️ And as stated above, I'd be happy to provide...
- http://www.andrewjanowczyk.com/application-of-icc-profiles-to-digital-pathology-images/ - https://github.com/petebankhead/ICC-Profiles - https://github.com/choosehappy/Snippets/blob/master/icc_test.py
ICC profiles are now available thanks to #83 @erikogabrielsson Will be available in the next release.
Some extra pieces of background information regarding Mirax support, that might be useful: As far as I know, the file format specification is not available and has been reverse engineered....
Hi @GuillaumeDesforges > do you remember the rational for adding this s character to the groupname I introduced the "s" back then to make clear that the zarr groups can...
So one reason is that zarr currently does not support overlapping chunks and requires stores to have uniform tiling (chunking). Mirax files have overlap between `captures` unless they are postprocessed...
Hey @GuillaumeDesforges, I just wanted to ask, if you had made progress on full Mirax support for tiffslide, and/or if you are still working on it. All the best, Andreas...
This is really minor. TiffSlide levels are a strict subset of the OpenSlide levels.
Closing in favour of upcoming PR implementing an exclude option for user provided types.