Mercurial > hg > digilib
view features.html @ 1700:79c837179ffb
Creating site for 2.6-SNAPSHOT
author | Robert Casties <casties@mpiwg-berlin.mpg.de> |
---|---|
date | Tue, 18 Dec 2018 10:45:17 +0000 |
parents | 8a9c66abb57c |
children |
line wrap: on
line source
<!DOCTYPE html> <!-- | Generated by Apache Maven Doxia at 2018-12-18 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="Date-Revision-yyyymmdd" content="20181218" /> <meta http-equiv="Content-Language" content="en" /> <title>digilib - The Digital Image Library – digilib features</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> <link rel="stylesheet" href="./css/site.css" /> <link rel="stylesheet" href="./css/print.css" media="print" /> <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script> </head> <body class="topBarDisabled"> <div class="container-fluid"> <div id="banner"> <div class="pull-left"> <a href="https://robcast.github.io/digilib/" id="bannerLeft"> <h2>digilib - a versatile image viewing environment for the internet</h2> </a> </div> <div class="pull-right"> <a href="https://robcast.github.io/digilib/" id="bannerRight"> <img src="images/digilib-logo-small.png" /> </a> </div> <div class="clear"><hr/></div> </div> <div id="breadcrumbs"> <ul class="breadcrumb"> <li id="publishDate">Last Published: 2018-12-18</li> <li class="divider">|</li> <li id="projectVersion">Version: 2.6-SNAPSHOT</li> </ul> </div> <div class="row-fluid"> <div id="leftColumn" class="span3"> <div class="well sidebar-nav"> <ul class="nav nav-list"> <li class="nav-header">Overview</li> <li> <a href="index.html" title="About digilib"> <i class="none"></i> About digilib</a> </li> <li class="active"> <a href="#"><i class="none"></i>digilib features</a> </li> <li> <a href="digilib-short.html" title="How digilib works"> <i class="none"></i> How digilib works</a> </li> <li> <a href="history.html" title="Ancient history"> <i class="none"></i> Ancient history</a> </li> <li class="nav-header">Installation</li> <li> <a href="build-maven.html" title="Building digilib"> <i class="none"></i> Building digilib</a> </li> <li> <a href="install-digilib.html" title="Installing digilib"> <i class="none"></i> Installing digilib</a> </li> <li> <a href="server-setup.html" title="Server setup"> <i class="none"></i> Server setup</a> </li> <li class="nav-header">Configuration</li> <li> <a href="digilib-config.html" title="Configuring digilib"> <i class="none"></i> Configuring digilib</a> </li> <li> <a href="image-directories.html" title="Directory layout"> <i class="none"></i> Directory layout</a> </li> <li> <a href="java-settings.html" title="Java settings and tuning"> <i class="none"></i> Java settings and tuning</a> </li> <li> <a href="auth.html" title="Access control"> <i class="none"></i> Access control</a> </li> <li class="nav-header">Development</li> <li> <a href="scaler-api.html" title="The digilib Scaler API"> <i class="none"></i> The digilib Scaler API</a> </li> <li> <a href="iiif-api.html" title="The digilib IIIF API"> <i class="none"></i> The digilib IIIF API</a> </li> <li> <a href="client-integration.html" title="Integrating digilib into your page"> <i class="none"></i> Integrating digilib into your page</a> </li> <li> <a href="plugins.html" title="Digilib plugins"> <i class="none"></i> Digilib plugins</a> </li> <li class="nav-header">Project Documentation</li> <li> <a href="project-info.html" title="Project Information"> <i class="icon-chevron-right"></i> Project Information</a> </li> </ul> <hr class="divider" /> <div id="poweredBy"> <div class="clear"></div> <div class="clear"></div> <div class="clear"></div> <a href="http://maven.apache.org/" title="Built by Maven" class="builtBy"> <img class="builtBy" alt="Built by Maven" src="https://maven.apache.org/images/logos/maven-feather.png" /> </a> <a href="../../" title="Hosted by GitHub" class="builtBy"> <img class="builtBy" alt="Hosted by GitHub" src="https://assets-cdn.github.com/images/modules/logos_page/GitHub-Logo.png" width="200px" /> </a> <a href="http://www.sourceforge.net/" title="Hosted by SourceForge" class="builtBy"> <img class="builtBy" alt="Hosted by SourceForge" src="https://upload.wikimedia.org/wikipedia/commons/0/0b/Sourceforge_logo.png" /> </a> </div> </div> </div> <div id="bodyColumn" class="span9" > <h1>digilib features</h1> <ul> <li> <p><b>client-server architecture</b>: all the “heavy lifting” is done on the server, the client only displays the image.</p></li> <li> <p><b>low bandwidth</b>: you can work with very high resolution images even on low bandwidth connections because only the visible part of the image is transferred.</p></li> <li> <p><b>image manipulation</b>: images can be zoomed, rotated, mirrored, their contrast and brightness or color balance can be changed on the fly without changing the original image.</p></li> <li> <p><b>referenceable views</b>: every view, including all image manipulations can be saved as a URL and put in an email or electronic document and recreated at any time in any browser.</p></li> <li> <p><b>client-side annotations</b>: you can put points or rectangular marks on any image as annotations that can be saved and recreated as a URL.</p></li> <li> <p><b>server-side annotations</b>: you can also put points or rectangular marks on an image with some annotation text that is shared through an annotation server.</p></li> <li> <p><b>multiple image formats</b>: you can use many image formats on the server so you don’t have to create a different image format for online display (TIFF, JPG, PNG, GIF, JPEG2000, and more depending on Java ImageIO support).</p></li> <li> <p><b>IIIF image API</b>: the digilib server provides <a class="externalLink" href="http://iiif.io">IIIF</a> image API (V2.0) compliant access to your images besides the digilib native server API.</p></li> <li> <p><b>OpenId Connect authentication</b>: the digilib server can use authentication information from an <a class="externalLink" href="http://openid.net/">OpenId Connect</a> identity server. See the <a href="auth.html">authorization</a> documentation.</p></li> <li> <p><b>plugins</b>: there are several Digilib plugins written in Javascript to add functionality to the client side, making use of jQuery features. See the <a href="plugins.html">plugins</a> documentation.</p></li> <li> <p><b>digilib client API</b>: modify the settings, write Javascript functions or provide your own Digilib plugins and event handlers.</p></li> </ul> </div> </div> </div> <hr/> <footer> <div class="container-fluid"> <div class="row span12">Copyright © 2001-2018 <a href="https://robcast.github.io/digilib/">digilib Community</a>. All Rights Reserved. </div> </div> </footer> </body> </html>