ToshitakaK

Results 1 comments of ToshitakaK

Update: I found `DeepZoomGenerator.get_tile()` returns tiles which have incorrect shape. https://github.com/openslide/openslide-python/blob/v1.1.2/openslide/deepzoom.py#L141-L160 It seems that `PIL.Image.thumbnail()` is the cause. This function is used to resize the image while keeping the aspect...