Describe the bug
Loading TIFF image with adobe_deflate compression shows "AdobeDeflate compression support is not configured." message (but it read the file correctly)
Steps/Code to reproduce bug
You can download the tiff file from https://huggingface.co/datasets/MahmoodLab/hest/blob/main/wsis/NCBI11.tif (huggingface login is needed).
python -m pip install cucim-cu12==24.10 # or 25.08
main.py
from cucim import CuImage
img = CuImage("./NCBI11.tif")
region = img.read_region(level=4)
$ python main.py
./NCBI11.tif: AdobeDeflate compression support is not configured.
./NCBI11.tif: AdobeDeflate compression support is not configured.
./NCBI11.tif: AdobeDeflate compression support is not configured.
./NCBI11.tif: AdobeDeflate compression support is not configured.
./NCBI11.tif: AdobeDeflate compression support is not configured.
./NCBI11.tif: AdobeDeflate compression support is not configured.
./NCBI11.tif: AdobeDeflate compression support is not configured.
Expected behavior
Read image without any messages.
Environment details (please complete the following information):
- Environment location: Bare-metal
- Method of cuCIM install: both Conda/PyPI