Skip to main content

torchslide-any - source version of torchslide for Python 3.6+

Project description

TorchSlide

  • Works on Python-3.6+
  • Compiles from sources
  • Provides array-like interface for reading BigTIFF/SVS files

Usage:

import torchslide as ts

slide = ts.Image('test.svs')
shape: 'Tuple[int]' = slide.shape
scales: 'Tuple[int]' = slide.scales
image: np.ndarray = slide[:2048, :2048]  # get numpy.ndarray

Installation

Currently torchslide is only supported under 64-bit Windows and Linux machines. Compilation on other architectures should be relatively straightforward as no OS-specific libraries or headers are used. The easiest way to install the software is to download package from PyPI.

Compilation

To compile the code yourself, some prerequesites are required. First, we use setuptools >= 40 as our build system and Microsoft Build Tools or GCC as the compiler. The software depends on numerous third-party libraries:

To help developers compile this software themselves we provide the necesarry binaries (Visual Studio 2017, 64-bit) for all third party libraries on Windows. If you want to provide the packages yourself, there are no are no strict version requirements, except for libtiff (4.0.1 and higher). On Linux all packages can be installed through the package manager on Ubuntu-derived systems (tested on Ubuntu and Kubuntu 16.04 LTS).

To compile the source code yourself, first make sure all third-party libraries are installed.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

torchslide-any-0.3.0.tar.gz (28.2 kB view hashes)

Uploaded Source

Built Distribution

torchslide_any-0.3.0-cp37-cp37m-win_amd64.whl (4.3 MB view hashes)

Uploaded CPython 3.7m Windows x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page