All Projects → robcast → digilib

robcast / digilib

Licence: LGPL-3.0 license
A versatile image viewing environment for the internet.

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
XSLT
1337 projects
shell
77523 projects

Projects that are alternatives of or similar to digilib

rais-image-server
RAIS: A IIIF-compliant, 100% open source image server for blazing-fast deep zooming
Stars: ✭ 72 (+323.53%)
Mutual labels:  iiif, image-server
iiif-apis
Java Domain Models for all IIIF APIs
Stars: ✭ 24 (+41.18%)
Mutual labels:  iiif
manifesto
IIIF Presentation API client and server utility library.
Stars: ✭ 44 (+158.82%)
Mutual labels:  iiif
madoc-platform
A platform for the display, enrichment, and curation of IIIF-based digital objects
Stars: ✭ 28 (+64.71%)
Mutual labels:  iiif
jekyll-iiif
Jekyll plugin to embed static IIIF images in jekyll pages
Stars: ✭ 24 (+41.18%)
Mutual labels:  iiif
kitodo-presentation
Kitodo.Presentation is a feature-rich framework for building a METS- or IIIF-based digital library. It is part of the Kitodo Digital Library Suite.
Stars: ✭ 33 (+94.12%)
Mutual labels:  iiif
mirador-textoverlay
Text Overlay plugin for Mirador 3
Stars: ✭ 35 (+105.88%)
Mutual labels:  iiif
examples
http://universalviewer.io/examples
Stars: ✭ 14 (-17.65%)
Mutual labels:  iiif
libcrowds-viewer
A Vue component for crowdsourcing Web Annotations.
Stars: ✭ 22 (+29.41%)
Mutual labels:  iiif
hyperion
Experimental framework for working with IIIF in JavaScript and Typescript.
Stars: ✭ 17 (+0%)
Mutual labels:  iiif
Imageflow
High-performance image manipulation for web servers. Includes imageflow_server, imageflow_tool, and libimageflow
Stars: ✭ 3,643 (+21329.41%)
Mutual labels:  image-server
gallery-server
Beautiful and powerful yet simple local image viewer on your PC or mobile.
Stars: ✭ 16 (-5.88%)
Mutual labels:  image-server
goimg
Golang 轻量级的图片服务器
Stars: ✭ 87 (+411.76%)
Mutual labels:  image-server
docker-imgproxy
🌐 An ultra fast, production-grade on-the-fly image processing web server. Designed for high throughput with Nginx caching. Powered by imgproxy.
Stars: ✭ 45 (+164.71%)
Mutual labels:  image-server
ImageWebServer
A simple image uploader website for use with screenshot applications such as ShareX.
Stars: ✭ 20 (+17.65%)
Mutual labels:  image-server
qis
Dynamic image server for web and print
Stars: ✭ 85 (+400%)
Mutual labels:  image-server

digilib-logo

digilib - The Digital Image Library

Java build status Docker image status Join chat

digilib is a flexible image server and image viewing environment for the internet:

  • scaling image server that supports big images and deep zoom image clients
  • works with any image format supported by Java: TIFF, JPEG, PNG,...
  • IIIF API compatible
  • multi-platform Java server for easy deployment

Check out all the details in the documentation.

How to run digilib (using Docker)

Requirements:

docker run --rm -p 8080:8080 robcast/digilib

Then open https://localhost:8080/digilib/digilib.html in your browser.

Please see the documentation on using the digilib Docker image.

How to build and run digilib (using Java)

Requirements:

git clone https://github.com/robcast/digilib.git
cd digilib
mvn jetty:run-exploded --projects frontend-jquery

Then open http://localhost:8080/digilib/digilib.html in your browser.

Please see the full build and install documentation.

digilib resources

Full documentation can be found on the digilib documentation pages.

What is digilib?

  • digilib is a web based client/server technology for images. The image content is processed on-the-fly by a Java Servlet on the server side so that only the visible portion of the image is sent to the web browser on the client side.
  • digilib supports a wide range of image formats and viewing options on the server side while only requiring an internet browser with Javascript and a low bandwidth internet connection on the client side.
  • digilib enables very detailed work on an image as required by scholars with elaborate viewing features like an option to show images on the screen in their original size.
  • digilib facilitates cooperation of scholars over the internet and novel uses of source material by image annotations and stable references that can be embedded in URLs.
  • digilib facilitates federation of image servers through a standards compliant IIIF image API.
  • digilib is Open Source Software under the Lesser General Public License, jointly developed by the Max-Planck-Institute for the History of Science, the Bibliotheca Hertziana, the University of Bern and others.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].