Skip to content

Release 2.8.0

Compare
Choose a tag to compare
@robcast robcast released this 01 Feb 14:07

Better selection of images in multiple resolutions and formats:

  • supports tiled images (tested with tiled-TIFF) and advertises tiles in IIIF info
  • supports both tiled e.g. TIFF and sendable e.g. JPG images at the same resolution; using tiled for partial image access and sendable for full image access (config option "input-preselection-allowed", default true)
  • option to specify Java classes for writing and reading images (config option "image-reader-classes", "image-writer-classes", default automatic)

Simple out-of-memory handling (don't expect too much ;-)

New DocuDirentFactory to make it easier for developers to create a cache for mixed on-line and on-disk images.