如果我们在下列格式中有If 下列格式
{
"@context" : "http://iiif.io/api/image/2/context.json",
"@id" : "http://iiif.nli.org.il/IIIF/FL47675519",
"protocol" : "http://iiif.io/api/image",
"width" : 6000,
"height" : 4784,
"sizes" : [ {
"width" : 46,
"height" : 37
}, {
"width" : 93,
"height" : 74
}, {
"width" : 187,
"height" : 149
}, {
"width" : 375,
"height" : 299
} ],
"tiles" : [ {
"width" : 1024,
"height" : 1024,
"scaleFactors" : [ 1, 2, 4, 8, 16, 32, 64, 128 ]
} ],
"profile" : [ "http://iiif.io/api/image/2/level1.json", {
"formats" : [ "jpg" ],
"qualities" : [ "native", "color", "gray" ],
"supports" : [ "regionByPct", "regionSquare", "sizeByForcedWh", "sizeByWh", "sizeAboveFull", "rotationBy90s", "mirroring" ]
} ]
}我怎样才能让图像的所有瓷砖都是一个又一个高质量的呢?
我观察了浏览器的请求,找不到合法和非法请求的模式。
这些请求是合法的(要查看您首先需要进入图书馆网站的图像,并且经过一些放大和缩小之后,下一个链接就可以运行了):
然而,这些规定是无效的:
那么,我应该做什么来迭代所有的图像块呢?
我试着阅读IIIF文档这里,但没有帮助。
发布于 2021-09-27 21:27:43
https://stackoverflow.com/questions/68032235
复制相似问题