IIIF/cookbook-recipes

Wrong quality parameter in Composition from multiple images

Closed this issue · 0 comments

Recipe info:

Correction request

The following ID it seems wrong:

"id": "https://iiif.io/api/image/3.0/example/reference/899da506920824588764bc12b10fc800-bnf_chateauroux_miniature/full/max/0/native.jpg",

It seems that the image server uses ImageAPI 3.0 so it returns:

The quality parameter must be 'default', 'color', 'bitonal', 'gray', got 'native'.
As expected https://iiif.io/api/image/3.0/#quality

However, in the manifest it is written we are using an Image API 1.0.

We could change native to default.

And in line:

ImageService1 to ImageService3.