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.
- Host: GitHub
- URL: https://github.com/medihack/sliceviewer
- Owner: medihack
- Created: 2012-12-15T23:28:47.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-02-03T19:51:56.000Z (almost 9 years ago)
- Last Synced: 2025-01-09T09:18:25.793Z (12 months ago)
- Language: JavaScript
- Size: 2.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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