1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
CHANGELOG.md
COPYING.LESSER
MANIFEST.in
README.md
pyproject.toml
setup.py
doc/conf.py
doc/index.rst
doc/jekyll_fix.py
examples/deepzoom/deepzoom_multiserver.py
examples/deepzoom/deepzoom_server.py
examples/deepzoom/deepzoom_tile.py
examples/deepzoom/static/jquery.js
examples/deepzoom/static/openseadragon-scalebar.js
examples/deepzoom/static/openseadragon.js
examples/deepzoom/static/images/fullpage_grouphover.png
examples/deepzoom/static/images/fullpage_hover.png
examples/deepzoom/static/images/fullpage_pressed.png
examples/deepzoom/static/images/fullpage_rest.png
examples/deepzoom/static/images/home_grouphover.png
examples/deepzoom/static/images/home_hover.png
examples/deepzoom/static/images/home_pressed.png
examples/deepzoom/static/images/home_rest.png
examples/deepzoom/static/images/next_grouphover.png
examples/deepzoom/static/images/next_hover.png
examples/deepzoom/static/images/next_pressed.png
examples/deepzoom/static/images/next_rest.png
examples/deepzoom/static/images/previous_grouphover.png
examples/deepzoom/static/images/previous_hover.png
examples/deepzoom/static/images/previous_pressed.png
examples/deepzoom/static/images/previous_rest.png
examples/deepzoom/static/images/rotateleft_grouphover.png
examples/deepzoom/static/images/rotateleft_hover.png
examples/deepzoom/static/images/rotateleft_pressed.png
examples/deepzoom/static/images/rotateleft_rest.png
examples/deepzoom/static/images/rotateright_grouphover.png
examples/deepzoom/static/images/rotateright_hover.png
examples/deepzoom/static/images/rotateright_pressed.png
examples/deepzoom/static/images/rotateright_rest.png
examples/deepzoom/static/images/zoomin_grouphover.png
examples/deepzoom/static/images/zoomin_hover.png
examples/deepzoom/static/images/zoomin_pressed.png
examples/deepzoom/static/images/zoomin_rest.png
examples/deepzoom/static/images/zoomout_grouphover.png
examples/deepzoom/static/images/zoomout_hover.png
examples/deepzoom/static/images/zoomout_pressed.png
examples/deepzoom/static/images/zoomout_rest.png
examples/deepzoom/templates/files.html
examples/deepzoom/templates/slide-fullpage.html
examples/deepzoom/templates/slide-multipane.html
openslide/__init__.py
openslide/_convert.c
openslide/_convert.pyi
openslide/_version.py
openslide/deepzoom.py
openslide/lowlevel.py
openslide/py.typed
openslide_python.egg-info/PKG-INFO
openslide_python.egg-info/SOURCES.txt
openslide_python.egg-info/dependency_links.txt
openslide_python.egg-info/not-zip-safe
openslide_python.egg-info/requires.txt
openslide_python.egg-info/top_level.txt
tests/common.py
tests/test_base.py
tests/test_deepzoom.py
tests/test_imageslide.py
tests/test_openslide.py
tests/fixtures/boxes-no-icc.png
tests/fixtures/boxes.png
tests/fixtures/boxes.tiff
tests/fixtures/boxes_0.dcm
tests/fixtures/boxes_1.dcm
tests/fixtures/small.svs
tests/fixtures/unopenable.tiff
tests/fixtures/unreadable.svs
tests/fixtures/😐.png
tests/fixtures/😐.svs
|