abcsFrederick / large_image

A Girder plugin to view multiresolution images, using several viewers.
Other
0 stars 0 forks source link

Large Image |build-status| |codecov-io| |license-badge|

Python modules to work with large multiresolution images.

Quick Installation via pip

In addition to installing the large-image package, you'll need at least one tile source (a large-image-source-xxx package). You can install everything from the main project with one of these commands:

Modules

Large Image consists of several Python modules designed to work together. These include:

Installation

To install all packages from source, clone

  1. git clone https://github.com/girder/large_image.git

  2. Install all packages and dependencies:

    pip install -e large-image[memcached] -r requirements-dev.txt

Tile source prerequisites

Many tile sources have complex prerequisites. These can be installed directly using your system's package manager or from some prebuilt Python wheels for Linux. The prebuilt wheels are not official packages, but they can be used by instructing pip to use them by preference:

``pip install -e large-image[memcached] -r requirements-dev.txt --find-links https://manthey.github.io/large_image_wheels``

.. _Girder: https://github.com/girder/girder

.. |build-status| image:: https://travis-ci.org/girder/large_image.svg?branch=master :target: https://travis-ci.org/girder/large_image :alt: Build Status

.. |license-badge| image:: https://img.shields.io/badge/license-Apache%202-blue.svg :target: https://raw.githubusercontent.com/girder/large_image/master/LICENSE :alt: License

.. |codecov-io| image:: https://codecov.io/github/girder/large_image/coverage.svg?branch=master :target: https://codecov.io/github/girder/large_image?branch=master :alt: codecov.io