iiif
iiif copied to clipboard
Add sizes of scaled full tiles to the sizes field in info.json for static tile generator
We know what we calculate so they should be listed (rather than simply targetting OSD and relying on out-of-band understanding of OSD).
This applies only to image api v2.0 and greater, there was no sizes parameter in 1.0. 1.1.
See https://github.com/IIIF/iiif.io/issues/544 -- the notion of w,
canonical form for size doesn't jibe with the idea of specifying width and height in sizes
that must then be supported in a request with the form w,h
. Have added code in c1aa5bf to build sizes
data but it is commented