Benjamin Gilbert
Benjamin Gilbert
Hmm, you have a different implementation of `tiffdump`/`tiffinfo` than I expected, and I'm not completely sure what I'm seeing. Could you run the following at a Python prompt and report...
For the record, there's additional context about format documentation in [this thread](https://lists.andrew.cmu.edu/pipermail/openslide-users/2022-October/001633.html).
> Can we keep JXR? Because CZI is not practical to use without JXR. As you can see in the submitted slide examples, a 66MB slide with JXR grows beyond...
Great, thanks. I'll try to get those uploaded within the next few days, and then you'll be able to use them to create test cases.
`Premultiplied` refers to the pixel data, not the boundaries of the region. We match the OpenSlide API here: `location` is in level 0 and `size` is the actual size of...
Hi @gabricampanella. Each OpenSlide object has an internal cache of decoded pixel data that can grow to 32 MiB. There's currently no API to configure the size of that cache...
For what it's worth, you're also storing at least 373 GiB of pixel data in `imgs`. If you have a fixed set of samples to collect, as in your reproduction...
Whoops, you're right about `imgs`, I misread.
[`poetry build` docs](https://python-poetry.org/docs/cli/#build): > Note that, at the moment, only pure python wheels are supported. Maybe that page is stale? In any event, our publish workflow will want to skip...
No, that isn't expected. If you're still having this problem, please post enough info to allow us to reproduce this, or at least post the relevant section of your Python...