deepzoom_server.py only shows black image

yoderj yoderj at gmail.com
Thu Jul 18 13:38:31 EDT 2019


Hi,

I'm trying to get started with deepzoom_server.py.   I downloaded:

deepzoom_server.py
templates/slide-multipane.html

The app now runs without errors, and I can see the main screen (in black)
as well as information about my multilevel .tif file through the browse.
But I can't see the image. The same image loads and displays a thumbnail
just fine with this code:

slide = openslide.OpenSlide(tif)
thumb = slide.get_thumbnail((10000,10000))
thumb.show()


I'm looking at the whole slide image (wsi) pds_12_HE.tif from the zip
peso_training_wsi_1.zip
<https://zenodo.org/record/1485967/files/peso_training_wsi_1.zip?download=1>
 at
https://zenodo.org/record/1485967#.XS42g-hKg2z
in case that is helpful.

Any idea what I should do differently?

Thanks,
Josiah
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.andrew.cmu.edu/pipermail/openslide-users/attachments/20190718/72cb4523/attachment.html>


More information about the openslide-users mailing list