-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
For Aperio svs files, I run into a cryptic error:
/slide.svs: Compression scheme 33003 tile decoding is not implemented.
However, cuCMI still loads a tile and doesn't raise but the color are wrong or it is entirely black. See the following grid of tiles:
Are all OpenSlide vendors supported? Is there a list of all supported vendors somewhere? I could not find it.
Steps/Code to reproduce bug
# Download the TCGA-F4-6459-01Z-00-DX1 slide from https://portal.gdc.cancer.gov/cases/9fd08502-355b-4f5a-a25c-73ec7184f6d3?bioId=57f4136d-d6aa-4537-ba73-f21fe0374005
import numpy as np
from PIL import Image
from cucmi import CuImage
slide = CuImage("TCGA-F4-6459-01Z-00-DX1")
tile = slide.read_region((0, 0), (224, 224), 0)
Image.fromarray(np.asarray(tile))Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
