Skip to content

Commit

Permalink
Add changelog entry, docs and credit for #2098
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Mar 18, 2020
1 parent eff36dc commit c1d4a68
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
3 changes: 3 additions & 0 deletions docs/humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
"Andargor <[email protected]>",
"Paul Neave <[email protected]>",
"Brendan Kennedy <[email protected]>",
"Brychan Bennett-Odlum <[email protected]>"
"Brychan Bennett-Odlum <[email protected]>",
"Edward Silverton <[email protected]>"
],
"scripts": {
"install": "(node install/libvips && node install/dll-copy && prebuild-install --runtime=napi) || (node-gyp rebuild && node install/dll-copy)",
Expand Down

0 comments on commit c1d4a68

Please sign in to comment.