From c1d4a68558b92f981b796a34a5b1be4a7dffc93b Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Wed, 18 Mar 2020 13:54:41 +0000 Subject: [PATCH] Add changelog entry, docs and credit for #2098 --- docs/api-output.md | 2 +- docs/changelog.md | 4 ++++ docs/humans.txt | 3 +++ package.json | 3 ++- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/api-output.md b/docs/api-output.md index fc8e053c..41f80165 100644 --- a/docs/api-output.md +++ b/docs/api-output.md @@ -339,7 +339,7 @@ Warning: multiple sharp instances concurrently producing tile output can expose - `options.depth` **[String][2]?** how deep to make the pyramid, possible values are `onepixel`, `onetile` or `one`, default based on layout. - `options.skipBlanks` **[Number][9]** threshold to skip tile generation, a value 0 - 255 for 8-bit images or 0 - 65535 for 16-bit images (optional, default `-1`) - `options.container` **[String][2]** tile container, with value `fs` (filesystem) or `zip` (compressed file). (optional, default `'fs'`) - - `options.layout` **[String][2]** filesystem layout, possible values are `dz`, `zoomify` or `google`. (optional, default `'dz'`) + - `options.layout` **[String][2]** filesystem layout, possible values are `dz`, `iiif`, `zoomify` or `google`. (optional, default `'dz'`) ### Examples diff --git a/docs/changelog.md b/docs/changelog.md index d07cf8e4..65b7f3d2 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,10 @@ Requires libvips v8.9.1 * Provide prebuilt binaries for Linux ARM64v8. +* Add IIIF layout support to tile-based output. + [#2098](https://github.com/lovell/sharp/pull/2098) + [@edsilv](https://github.com/edsilv) + * Ensure input options are consistently and correctly detected. [#2118](https://github.com/lovell/sharp/issues/2118) diff --git a/docs/humans.txt b/docs/humans.txt index d30d5052..bd15ab86 100644 --- a/docs/humans.txt +++ b/docs/humans.txt @@ -176,3 +176,6 @@ GitHub: https://github.com/rustyguts Name: Brychan Bennett-Odlum GitHub: https://github.com/BrychanOdlum + +Name: Edward Silverton +GitHub: https://github.com/edsilv diff --git a/package.json b/package.json index 6dc0a3cd..3b2a4d9c 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,8 @@ "Andargor ", "Paul Neave ", "Brendan Kennedy ", - "Brychan Bennett-Odlum " + "Brychan Bennett-Odlum ", + "Edward Silverton " ], "scripts": { "install": "(node install/libvips && node install/dll-copy && prebuild-install --runtime=napi) || (node-gyp rebuild && node install/dll-copy)",