Changelog, credit and doc refresh for #1121

This commit is contained in:
Lovell Fuller
2018-02-18 19:14:37 +00:00
parent f86ae79fdb
commit 8b80626035
5 changed files with 9 additions and 2 deletions

View File

@@ -319,7 +319,7 @@ function toFormat (format, options) {
* @param {Object} [tile]
* @param {Number} [tile.size=256] tile size in pixels, a value between 1 and 8192.
* @param {Number} [tile.overlap=0] tile overlap in pixels, a value between 0 and 8192.
* @param {Number} [tile.angle=0] tile, angle of rotation, must be a multiple of 90..
* @param {Number} [tile.angle=0] tile angle of rotation, must be a multiple of 90.
* @param {String} [tile.container='fs'] tile container, with value `fs` (filesystem) or `zip` (compressed file).
* @param {String} [tile.layout='dz'] filesystem layout, possible values are `dz`, `zoomify` or `google`.
* @returns {Sharp}