Updates to HmtArchive.jl

Version 0.16.1 of HmtArchive.jl supports automated generation of IIIF manifests.
iiif
hmt
update
Author

Neel Smith

Published

January 10, 2025

Release notes: version 0.16.1

  • adds support for yesterday’s update to CitablePhysicalImage.jl which introduced the iiifmanifest function.
Note

The package’s hmt_codices function returns a list of Codex objects from the most recent published release of the HMT archive. With an image service and configuration for a manifest, you can now create IIIF manifests directly from a codex in this list.

Installation

Install from the central registry with Julia’s package manager.

  • in package mode from the Julia REPL ] add HmtArchive
  • from a Julia terminal session: using Pkg; Pkg.add("HmtArchive")

Documentation

Source