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