From fc6f7ee0d3b383c5fc88de4273f10f03547eb85e Mon Sep 17 00:00:00 2001 From: Nick White Date: Mon, 28 Sep 2020 17:24:23 +0100 Subject: [iiifdownloader] Add a TODO to switch to tile based downloading --- cmd/iiifdownloader/main.go | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cmd/iiifdownloader/main.go b/cmd/iiifdownloader/main.go index 737cdb5..172a496 100644 --- a/cmd/iiifdownloader/main.go +++ b/cmd/iiifdownloader/main.go @@ -16,7 +16,13 @@ import ( "strings" ) -// TODO: add tests +// TODO: Add tests +// TODO: Download using a series of 256x256 tiles which we then stitch +// together, rather than just relying on full/full providing a +// full size image. Most iiif servers will return the full size +// version directly if full/full is requested, but at least +// iiif.bodleian.ox.ac.uk only returns a 1000x1000 image this way. + const usage = `Usage: iiifdownloader [-mets] url Downloads all pages from a IIIF server. -- cgit v1.2.1-24-ge1ad