An open API service indexing awesome lists of open source software.

https://github.com/medihack/sliceviewer

A viewer for a stack of images.
https://github.com/medihack/sliceviewer

Last synced: 10 months ago
JSON representation

A viewer for a stack of images.

Awesome Lists containing this project

README

          

# Slice Viewer

## About

Slice Viewer is a image viewer that allows to scroll through a stack of
images. Its main purpose is to view radiological multislice images on
the web. The viewer is built upon jQuery UI.

## Usage

See demos/index.html

## Options

width : width of the viewport (the images are scaled accordingly)
height: height of the viewport (the images are scaled accordingly)
images : array of images to view

## Triggers

loadingFinished : when all images were loaded
sliceChanged : when a slice was changed

## License

Dual licensed under the MIT and GPL licenses:
http://www.opensource.org/licenses/mit-license.php
http://www.gnu.org/licenses/gpl.html

Copyright(c) 2012 Kai Schlamp