From 939dbb488853e5cd203c92d4fc4ca376c4cb9514 Mon Sep 17 00:00:00 2001 From: Trip Kirkpatrick Date: Mon, 29 Jan 2024 11:26:14 -0500 Subject: [PATCH 1/3] =?UTF-8?q?Updated=20recipe=20title=20for=20accuracy?= =?UTF-8?q?=20=F0=9F=86=99=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/links.md | 2 +- index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/links.md b/_includes/links.md index 86c9d365e..4f7d7d2c9 100644 --- a/_includes/links.md +++ b/_includes/links.md @@ -44,7 +44,7 @@ [0068]: {{ site.cookbook_url | absolute_url }}/recipe/0068-newspaper/ "Basic Newspaper" [0074]: {{ site.cookbook_url | absolute_url}}/recipe/0074-multiple-language-captions/ "Using Caption and Subtitle Files in Multiple Languages with Video Content" -[0117]: {{ site.cookbook_url | absolute_url }}/recipe/0117-add-image-thumbnail/ "Manifest Thumbnail" +[0117]: {{ site.cookbook_url | absolute_url }}/recipe/0117-add-image-thumbnail/ "Image Thumbnail for Manifest" [0118]: {{ site.cookbook_url | absolute_url }}/recipe/0118-multivalue/ "Displaying Multiple Values with Language Maps" [0135]: {{ site.cookbook_url | absolute_url }}/recipe/0135-annotating-point-in-canvas/ "Annotating a specific point of an image" diff --git a/index.md b/index.md index bad6cfc9b..9ee68db92 100644 --- a/index.md +++ b/index.md @@ -49,7 +49,7 @@ _The corresponding 2.1 test fixture(s) is given like this, where appropriate: .. * [Book behavior (paging) variations][0011] (15,16,17) * [Addressing a spatial region][0299] * [Viewing direction and its effect on navigation][0010] (11,12,13,14) -* [Manifest Thumbnail][0117] +* [Image Thumbnail for Manifest][0117] * [Implementation discussion: Thumbnails on Canvases][0232] * [Load a Preview Image Before the Main Content][0013] * [Audio Presentation with Accompanying Image][0014] From dfccb759a4b6ff835a2b7763617d2b796f123da6 Mon Sep 17 00:00:00 2001 From: Trip Kirkpatrick Date: Mon, 29 Jan 2024 11:34:03 -0500 Subject: [PATCH 2/3] =?UTF-8?q?=20Updated=20cross-reference=20to=20thumbna?= =?UTF-8?q?il=20discussion=20=F0=9F=9B=A0=EF=B8=8F=F0=9F=94=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recipe/0117-add-image-thumbnail/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/0117-add-image-thumbnail/index.md b/recipe/0117-add-image-thumbnail/index.md index 079a15451..52aa59e1b 100644 --- a/recipe/0117-add-image-thumbnail/index.md +++ b/recipe/0117-add-image-thumbnail/index.md @@ -38,7 +38,7 @@ This example uses an image of the cover of the same kabuki performance program a ## Related Recipes * [Support Deep Viewing with Basic Use of a IIIF Image Service][0005] -* [Implementation Note — Thumbnail Selection Algorithm][0012] +* [Implementation Discussion: Thumbnails on Canvases][0232] {% include acronyms.md %} {% include links.md %} From 5f6f61c67647dc98e1714d09b124d320c948da49 Mon Sep 17 00:00:00 2001 From: Trip Kirkpatrick Date: Mon, 29 Jan 2024 11:37:49 -0500 Subject: [PATCH 3/3] =?UTF-8?q?Updated=20text=20for=20accuracy=20in=20view?= =?UTF-8?q?er=20support=20=F0=9F=9B=A0=EF=B8=8F=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recipe/0117-add-image-thumbnail/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/0117-add-image-thumbnail/index.md b/recipe/0117-add-image-thumbnail/index.md index 52aa59e1b..5a40e38e3 100644 --- a/recipe/0117-add-image-thumbnail/index.md +++ b/recipe/0117-add-image-thumbnail/index.md @@ -29,7 +29,7 @@ None known. ## Example -This example uses an image of the cover of the same kabuki performance program as in the recipe for [Viewing direction and its effect on navigation][0010]. This image, though, has a color bar and the Manifest contains an explicit `thumbnail` property for the Manifest. In this particular use case, to avoid having a thumbnail image with a color calibration bar, you can choose to declare a thumbnail from a completely different image. In Mirador, the sole viewer that uses it as of this writing, the Manifest thumbnail only displays when the site visitor uses "Add a resource" to change the loaded or active Manifests. +This example uses an image of the cover of the same kabuki performance program as in the recipe for [Viewing direction and its effect on navigation][0010]. This image, though, has a color bar and the Manifest contains an explicit `thumbnail` property for the Manifest. In this particular use case, to avoid having a Manifest thumbnail image with a color calibration bar, you can choose to declare a thumbnail from a completely different image. Keep in mind that this thumbnail is just for the Manifest; no thumbnail has been explicitly set for the sole resource, so the supporting viewers should use the resource's IIIF Image service to create one. {% include manifest_links.html viewers="Mirador, Clover" manifest="manifest.json" %}