diff options
author | Nick White <git@njw.name> | 2020-09-28 17:24:23 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2020-09-28 17:24:23 +0100 |
commit | fc6f7ee0d3b383c5fc88de4273f10f03547eb85e (patch) | |
tree | 5858fc337be112dd1700c368033f8c2826fb5435 /cmd/iiifdownloader | |
parent | 6809e665273e2a4626d1494bd201f8059688bcd0 (diff) |
[iiifdownloader] Add a TODO to switch to tile based downloading
Diffstat (limited to 'cmd/iiifdownloader')
-rw-r--r-- | cmd/iiifdownloader/main.go | 8 |
1 files changed, 7 insertions, 1 deletions
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. |