⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Digitally Connected Tribal Colonies (MeitY)
All Projects
Digitally Connected Tribal Colonies (MeitY)
Overview
Activity
Issues
Spent time
Gantt
Calendar
News
Documents
Wiki
Files
Download (1.28 KB)
Activity #3398
ยป viewer.html
Thara S Pillai
, 04/03/2025 10:16 AM
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<title>
Pyramidal TIFF Viewer
</title>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/openseadragon/4.0.0/openseadragon.min.js"
></script>
<style>
body
{
font-family
:
Arial
,
sans-serif
;
margin
:
0
;
padding
:
0
;
text-align
:
center
;
}
#openseadragon
{
width
:
90%
;
height
:
80vh
;
'
margin
:
auto
;
border
:
1px
solid
#ccc
;
}
</style>
</head>
<body>
<h2>
Pyramidal TIFF Viewer
</h2>
<div
id=
"openseadragon"
></div>
<script>
var
viewer
=
OpenSeadragon
({
id
:
"
openseadragon
"
,
prefixUrl
:
"
https://cdnjs.cloudflare.com/ajax/libs/openseadragon/4.0.0/images/
"
,
//tileSources: "http://10.176.15.109:9090/fcgi-bin/iipsrv.fcgi?Deepzoom=HS1_SC2412.tiff.dzi",
tileSources
:
"
http://117.221.20.181:9090/fcgi-bin/iipsrv.fcgi?Deepzoom=//HS1_SC242//HS1_SC242_WSI//HS1_SC2412.tiff.dzi
"
,
showNavigator
:
true
,
defaultZoomLevel
:
1
,
minZoomLevel
:
0.5
,
maxZoomLevel
:
10
});
</script>
</body>
</html>
(1-1/1)
Loading...