-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
122 lines (121 loc) · 5.58 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
---
id: home
title:
keywords: iiifviewer
description: "IIIFServer allows zooming of ultra high-resolution images on the web with IIIF protocol, Zoomify, DeepZoom. It is powered by IIPImage."
---
<div class="container main paper home">
<div class="row banner">
<div class="col4 center">
<img src="{{ site.baseurl }}/img/iiifserver-logo.png" alt="IIIFServer logos">
</div>
<div class="col8 center">
<h1>IIIFServer</h1>
<h2>by Klokan Technologies</h2>
<p class="padb-3">Software for serving images from your infrastructure</p>
<a class="btn-stroke-gray-dark" href="{{ site.baseurl }}/download/">Download</a>
</div>
</div>
<div class="row">
<div class="col12 center pady-4">
<p class="bigger b">Do you prefer to host your images in-house - on your own
servers? Need an upgrade of your existing image server? Install
IIIFServer software to publish your digital collection.</p>
</div>
</div>
<div class="row">
<div class="col4">
<p class="big">The IIIFServer is easy to use binary installer distributed
on Windows or Linux (Docker, .deb, .rpm). The software is designed for
serving large number images on the web. Images are available in the
zoomable viewer for browsing or embedding.</p>
</div>
<div class="col4">
<p class="big"><a href="https://iiif.io/api/image/2.0/">IIIF Image API version 2.0</a>
as interoperability standard is fully supported. It allows you to be
compatible with a large number of client-side viewers and applications.
Such as <a href="http://projectmirador.org/" target="_blank">Mirador</a>,
<a href="https://openseadragon.github.io/" target="_blank">OpenSeadreagon</a>,
<a href="https://www.georeferencer.com" target="_blank">Georeferencer</a>,
<a href="https://github.com/klokantech/iiifviewer" target="_blank">IIIFViewer</a>
and more.</p>
</div>
<div class="col4">
<p class="big">Powered by JPEG2000 format.
Source images can be in either TIFF or JPEG2000 format, which has been
implemented using the Kakadu library.
<a href="{{ site.baseurl }}/download/">Download section</a> contains tested,
ready-to-install binaries with guaranteed functionality.</p>
</div>
</div>
<div class="row">
<div class="col12 bordertop-block borderbottom-block center mary-4 padt-6 padb-6">
<h2 class="b pady-1">Are you looking for image hosting?
Try <a href="https://www.iiifhosting.com">IIIFHosting.com</a>.</h2>
<a href="https://www.iiifhosting.com" class="btn-large" target="_blank">Read more</a>
</div>
</div>
<div class="row">
<div class="col6 padt-3">
<div class="bg-gray-light" id="viewer"></div>
</div>
<div class="col6">
<h2>IIIFViewer
<a href="https://github.com/klokantech/iiifviewer" target="_blank">
<img class="marx-2" src="{{ site.baseurl }}/img/GitHub-Mark-32px.png" alt="Github">
</a>
</h2>
<p class="big">IIIFServer includes IIIFviewer - WebGL | Canvas | DOM<br>
mobile-ready fast viewer powered by OpenLayers V3.</p>
<p>IIIFViewer is optimized for desktop and
mobile devices (iOS, Android), is open-source, free to use and has,
compared to other viewers, the following extra features:</p>
<ul>
<li>Rotation on client side</li>
<li>Drawing tools</li>
<li>WebGL accelerated</li>
</ul>
<p class="padt-2">See full screen demo (and try it on mobile device):<br>
<a href="https://klokantech.github.io/iiifviewer/">
https://klokantech.github.io/iiifviewer/</a>
</p>
</div>
</div>
<div class="row bordertop-block">
<div class="col6">
<h2>Omeka IIIF Plugin
<a href="https://github.com/klokantech/omeka-plugin-IIIF" target="_blank">
<img class="marx-2" src="{{ site.baseurl }}/img/GitHub-Mark-32px.png" alt="Github">
</a>
</h2>
<p class="small">This plugin adds support for IIIF (http://iiif.io/) APIs into
<a href="http://www.omeka.org/">Omeka</a>.
Items created in Omeka can load images from any existing IIIF server.
Each Omeka item with IIIF image exposes the presentation metadata via
the IIIF Manifest URL - so the items can be easily displayed and used
in other tools such as Mirador, UniversalViewer or Georeferencer.
Users can configure in the plugin the IIIFHosting.com service - then
the new images such as JPEG or TIFFs uploaded via administration of
Omeka website will be turned into IIIF image service automatically
and are going to be available in a fullscreen zoomable viewer and
in variable pixel size via a responsive image service.</p>
<a href="https://github.com/klokantech/omeka-plugin-IIIF"
class="btn" target="_blank">View on Github
<img class="github" src="{{ site.baseurl }}/img/GitHub-Mark-Light-32px.png" alt="Github"></a>
<a class="btn" href="http://omeka.klokantech.com" target="_blank">See a demo</a>
</div>
<div class="col6 padt-3">
<img class="width-100" src="{{ site.baseurl }}/img/screens/omekaplugin-ships.png" alt="omeka plugin screenshot">
</div>
</div>
</div>
<script src="https://openlayers.org/en/v3.2.0/build/ol.js" type="text/javascript"></script>
<script src="https://klokantech.github.io/iiifviewer/ol-iiifviewer.js"></script>
<script>
var url = 'https://demo.iiifhosting.com/iiif/demo/info.json';
var IIIF = new IiifViewer('viewer', url, function() {
image = IIIF.getMap();
view = image.getView();
view.setZoom(1);
});
</script>