Release notes: version 0.16.1
- adds support for yesterday’s update to
CitablePhysicalImage.jlwhich introduced theiiifmanifestfunction.
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
- package documentation is available on quarto.pub
- the documentation of
CitablePhysicalText.jlincludes a tutorial on how to use the newiiifmanifestfunction.
Source
- available on github