girder / trame-large-image

Large image viewer for Trame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Large Image Handling for Trame

Large image viewer for Trame

Trame widgets to serve tiles and visualize large images (geospatial or otherwise). This package uses Kitware's large-image for image handling.

The dynamic tile server provided here prevents the need for preprocessing large images into tile sets for viewing interactively on slippy-maps. Under the hood, large-image applies operations (rescaling, reprojection, image encoding) to create image tiles on-the-fly.

  • Free software: Apache Software License
Geospatial Medical
geo med

Installing from Source

Build and install the Vue components

cd vue-components
npm i
npm run build
cd -

Install the application

pip install -e .

Examples

See demos in the examples/ directory and related data in the data/ directory.

About

Large image viewer for Trame

License:Other


Languages

Language:Python 62.7%Language:JavaScript 29.4%Language:Vue 7.9%