As a Girder Plugin
A Girder plugin to create, serve, and display large multiresolution images.
Upload image files to Girder. If they are not already in a tiled-format, they can be converted to tiled images. The plugin has a variety of viewers to examine the images.
A Python module to work with large multiresolution images.
-
If you are using Ubuntu 14.04, there is a known bug in OpenJPEG that will prevent OpenSlide from reading certain files. This requires building OpenJPEG, libtiff, and OpenSlide from source to work around the problem. For more information, there is an ansible script that builds these libraries, and some notes on the process.
You may want to install optional utilities:
- memcached - this allows memcached to be used for caching
pip install --user numpy==1.10.2
The python libtiff library fails to include numpy as a dependency, which means that it must be installed manually before you can install large_image.
You may want to pip install optional modules:
- psutil - this helps determine how much memory is available for caching
cd large_image
python setup.py install --user
Finding the average color of an image
This opens a tiled image and computes the average color at a specified magnification.