forked from cornerstonejs/cornerstone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (48 loc) · 2.33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE HTML>
<html>
<head>
<!-- twitter bootstrap CSS stylesheet - not required by cornerstone -->
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container">
<h1>
Cornerstone Examples
</h1>
<ul>
<li><a href="scrollzoompanwl/index.html">All features (scroll, zoom, pan, window/level, html overlays)</a></li>
<li><a href="minimal/index.html">Minimal example using only HTML</a></li>
<li><a href="jsminimal/index.html">Minimal example using javascript</a></li>
<li><a href="markup/index.html">HTML Markup only with more features</a></li>
<li><a href="changeimage/index.html">Changing the image displayed</a></li>
<li><a href="windowlevel/index.html">Windowing and leveling</a></li>
<li><a href="zoompan/index.html">Zooming and panning</a></li>
<li><a href="multiimage/index.html">Display two mri images and one ct image on the same page</a></li>
<li><a href="htmloverlays/index.html">HTML overlays</a></li>
<li><a href="ctimage/index.html">CT Image</a></li>
<li><a href="eventhandling/index.html">Event Handling</a></li>
<li><a href="imageloader/index.html">Custom ImageLoader</a></li>
</ul>
<h2>Tools</h2>
<ul>
<li><a href="tools/scroll/index.html">Scroll</a></li>
<li><a href="tools/pan/index.html">Pan</a></li>
<li><a href="tools/zoom/index.html">Zoom</a></li>
<li><a href="tools/windowWidthWindowCenter/index.html">Window Width/ Window Center</a></li>
<li><a href="tools/length/index.html">Length Measurement</a></li>
<li><a href="tools/probe/index.html">Pixel Probe</a></li>
<li><a href="tools/ellipticalroi/index.html">Elliptical ROI</a></li>
<li><a href="tools/all/index.html">All Tools</a></li>
</ul>
Note: This phase was only targeting Google Chrome running on Mac OS X Mavericks. It also seems to work on these platforms:
<ul>
<li>Windows 7x64 IE11</li>
<li>Windows 7x64 Google Chrome</li>
<li>Windows 7x64 FireFox </li>
<li>Mac OS X Mavericks Safari</li>
<li>Mac OS X Mavericks Firefox</li>
<li>iPhone 4 iOS 7.1 (image display only - no support for touch to window level, pan or zoom yet)></li>
</ul>
</div>
</body>
</html>