...
See the digilib configuration documentation at http://digilib.sourceforge.net/digilib-config.html
The most important digilib configuration option is basedir-list
. It specifies the base directory that digilib uses to find its images. (If you want to use prescaled images and thumbnails please read http://digilib.sourceforge.net/image-directories.html).
You can check the current settings in your running digilib on the page http://localhost:8080/digilib/server/dlConfig.jsp
Using digilib
When digilib is running you can access your images in the default HTML frontend digilib.html by putting the relative path to the image file or folder in the fn-parameter: http://localhost:8080/digilib/digilib.html?fn=book1/page0001
You can also use the digilib Scaler API or the IIIF Image API to access scaled images directly:
- digilib Scaler API documentation: http://digilib.sourceforge.net/scaler-api.html
- digilib IIIF Image API documentation: http://digilib.sourceforge.net/iiif-api.html
- IIIF Image API: http://iiif.io/api/image/2.1/
- IIIF Presentation API: http://iiif.io/api/presentation/2.1/