Latest release

OpenSlide Python 1.0.0

@bgilbert bgilbert released this Mar 9, 2014 · 50 commits to master since this release

  • Add documentation
  • Switch from distutils to setuptools
  • Declare Pillow dependency in setup.py (but still support PIL)

Downloads

Pre-release

OpenSlide Python 0.5.1

@bgilbert bgilbert released this Jan 27, 2014 · 66 commits to master since this release

  • Fix breakage on Python 2.6
  • examples: Fix tile server breakage on classic PIL

Downloads

Pre-release

OpenSlide Python 0.5.0

@bgilbert bgilbert released this Jan 26, 2014 · 70 commits to master since this release

  • Require OpenSlide 3.4.0
  • Support Python 3
  • Return Unicode strings on Python 2
  • Replace OpenSlide.can_open() with OpenSlide.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

Pre-release

OpenSlide Python 0.4.0

@bgilbert bgilbert released this Jul 25, 2013 · 107 commits to master since this release

  • 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

Pre-release

OpenSlide Python 0.3.0

@bgilbert bgilbert released this Jul 25, 2013 · 118 commits to master since this release

  • Fix segfault if properties/associated images accessed after
    OpenSlide is 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

Pre-release

OpenSlide Python 0.2.0

@bgilbert bgilbert released this Jul 25, 2013 · 138 commits to master since this release

  • Initial library release
  • Example static Deep Zoom tiler and web viewer applications

Downloads