IIIF / cookbook-recipes

For working on the recipes
https://iiif.io/api/cookbook/index.html
37 stars 32 forks source link

Bad media type for format in recipe 232? #450

Closed ksclarke closed 9 months ago

ksclarke commented 10 months ago

The format media type in recipe 232's manifest-image.json currently says: "image/jpg". Shouldn't that be "image/jpeg" (which is also used in the presentation spec as an example)?

https://github.com/IIIF/cookbook-recipes/blob/a89c866ac9d989d8a78e6de59bfc9932ef2ecc51/recipe/0232-image-thumbnail-canvas/manifest-image.json#L17

https://iiif.io/api/presentation/3.0/#format

glenrobson commented 10 months ago

Yes I think you are right it should be image/jpeg

glenrobson commented 10 months ago

Note we did this before: https://github.com/IIIF/cookbook-recipes/pull/249 we should add a test to the build to stop this happening in future.