-
Notifications
You must be signed in to change notification settings - Fork 0
/
canvasToImage.html
24 lines (24 loc) · 1.16 KB
/
canvasToImage.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
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<!-- Plotly.js -->
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h3><strong>Canvas to image</strong></h3><br />
<div class="row">
<!--<img src="http://www.helpinghomelesscats.com/images/cat1.jpg" id="myimage" class="g" />-->
<!--<img src="https://ajasniew.github.io/images/ImageGeneral/TCGA-DU-7309-01Z-00-DX1_52577_21739_400_400-1-0_Ex3.PNG" id="myimage" class="g" />-->
<img src="https://ajasniew.github.io/images/LUAD_400_Det_ST_ASSG2/TCGA-L9-A444-01Z-00-DX1_appMag_40_244_142.png" id="myimage" class="g" />
<button id="stop" >STOP!</button>
<button id="capture">capture</button>
</div>
<script src="canvasToImage.js"></script>
</div>
</body>
</html>