-
Notifications
You must be signed in to change notification settings - Fork 2
/
format.html
21 lines (21 loc) · 975 Bytes
/
format.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<meta name="copyright" content="Copyright © 2017/01/04- [email protected] . All Rights Reserved.">
<title> Image Binary Format </title>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="format.css">
</head>
<body>
<div id="ibv_container"> Drop Image files here (JPEG, GIF, PNG, TIFF only) </div>
<script type="text/javascript" src="lib/utils.js"> </script>
<script type="text/javascript" src="lib/binary.js"> </script>
<script type="text/javascript" src="lib/drop.js"> </script>
<script type="text/javascript" src="lib/ibviewer.js"> </script>
<script type="text/javascript" src="lib/jpeg.js"> </script>
<script type="text/javascript" src="lib/png.js"> </script>
<script type="text/javascript" src="lib/gif.js"> </script>
<script type="text/javascript" src="lib/tiff.js"> </script>
<script type="text/javascript" src="lib/bmp.js"> </script>
<script type="text/javascript" src="format.js"> </script>
</body>
</html>