- Change default Deep Zoom tile size to 254 pixels
- Fix image reading with Pillow 3.x when installed
--without-performance - Fix reading ≥ 229 pixels per call
--without-performance - Fix some "unclosed file" ResourceWarnings on Python 3
- Improve object reprs
- Add test suite
- examples: Drop support for Internet Explorer < 9
Downloads
- 305 KB openslide-python-1.1.1.tar.gz
- 257 KB openslide-python-1.1.1.tar.xz
- 18.9 KB openslide_python-1.1.1-cp27-cp27m-win32.whl
- 18.6 KB openslide_python-1.1.1-cp27-cp27m-win_amd64.whl
- 18.9 KB openslide_python-1.1.1-cp33-none-win32.whl
- 18.6 KB openslide_python-1.1.1-cp33-none-win_amd64.whl
- 18.9 KB openslide_python-1.1.1-cp34-cp34m-win32.whl
- 18.6 KB openslide_python-1.1.1-cp34-cp34m-win_amd64.whl
- 20.2 KB openslide_python-1.1.1-cp35-cp35m-win32.whl
- 20.7 KB openslide_python-1.1.1-cp35-cp35m-win_amd64.whl
- Source code (zip)
- Source code (tar.gz)
- Improve pixel read performance using optional extension module
- examples: Add scale bar via OpenSeadragonScalebar plugin
- examples: Update OpenSeadragon to 1.2.1
- examples: Enable rotation buttons in multiserver
- examples: Verify at server startup that file was specified
- examples: Disable pinch zoom outside of viewer
Downloads
- 306 KB openslide-python-1.1.0.tar.gz
- 257 KB openslide-python-1.1.0.tar.xz
- 18.1 KB openslide_python-1.1.0-cp27-none-win32.whl
- 17.8 KB openslide_python-1.1.0-cp27-none-win_amd64.whl
- 18 KB openslide_python-1.1.0-cp33-none-win32.whl
- 17.7 KB openslide_python-1.1.0-cp33-none-win_amd64.whl
- 18 KB openslide_python-1.1.0-cp34-none-win32.whl
- 17.7 KB openslide_python-1.1.0-cp34-none-win_amd64.whl
- 19.3 KB openslide_python-1.1.0-cp35-cp35m-win32.whl
- 19.9 KB openslide_python-1.1.0-cp35-cp35m-win_amd64.whl
- Source code (zip)
- Source code (tar.gz)
- Fix documentation build breakage
Downloads
- Add documentation
- Switch from distutils to setuptools
- Declare Pillow dependency in setup.py (but still support PIL)
Downloads
- Fix breakage on Python 2.6
- examples: Fix tile server breakage on classic PIL
Downloads
- Require OpenSlide 3.4.0
- Support Python 3
- Return Unicode strings on Python 2
- Replace
OpenSlide.can_open()withOpenSlide.detect_format() - Optionally generate Deep Zoom tiles only for the non-empty slide region
- Fix Deep Zoom tile positioning bug affecting Aperio slides
- Fix library loading with MacPorts
- Propagate open errors from
openslide.open_slide() - examples: Add multiple-slide Deep Zoom server
- examples: Enable multithreading in tile servers
- examples: Avoid loading smallest Deep Zoom levels
- examples: Update OpenSeadragon to 1.0.0
Downloads
- Require OpenSlide 3.3.0
- Rename "layer" to "level" throughout API
- Provide OpenSlide version in
openslide.__library_version__ - Properly report
openslide_open()errors on OpenSlide 3.3.0 - Fix library loading on Mac OS X
Downloads
- Fix segfault if properties/associated images accessed after
OpenSlideis closed - Add methods to get Deep Zoom tile coordinates and dimensions
- Fix loading libopenslide on Windows
- Fix for large JPEG tiles in example Deep Zoom tilers
- Make example static tiler output self-contained
Downloads
- Initial library release
- Example static Deep Zoom tiler and web viewer applications