Skip to content

Commit f31e4d2

Browse files
committed
Changelog, credit and doc refresh for lovell#1483
1 parent c695c40 commit f31e4d2

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

docs/api-output.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ Use these TIFF options for output image.
206206
- `options.force` **[Boolean][6]** force TIFF output, otherwise attempt to use input format (optional, default `true`)
207207
- `options.compression` **[Boolean][6]** compression options: lzw, deflate, jpeg, ccittfax4 (optional, default `'jpeg'`)
208208
- `options.predictor` **[Boolean][6]** compression predictor options: none, horizontal, float (optional, default `'horizontal'`)
209+
- `options.pyramid` **[Boolean][6]** write an image pyramid (optional, default `false`)
210+
- `options.tile` **[Boolean][6]** write a tiled tiff (optional, default `false`)
211+
- `options.tileWidth` **[Boolean][6]** horizontal tile size (optional, default `256`)
212+
- `options.tileHeight` **[Boolean][6]** vertical tile size (optional, default `256`)
209213
- `options.xres` **[Number][8]** horizontal resolution in pixels/mm (optional, default `1.0`)
210214
- `options.yres` **[Number][8]** vertical resolution in pixels/mm (optional, default `1.0`)
211215
- `options.squash` **[Boolean][6]** squash 8-bit images down to 1 bit (optional, default `false`)

docs/changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Requires libvips v8.7.0.
2929
[#1477](https://github.com/lovell/sharp/pull/1477)
3030
[@fromkeith](https://github.com/fromkeith)
3131

32+
* Expose libvips' pyramid/tile options for TIFF output.
33+
[#1483](https://github.com/lovell/sharp/pull/1483)
34+
[@mbklein](https://github.com/mbklein)
35+
3236
#### v0.21.0 - 4<sup>th</sup> October 2018
3337

3438
* Deprecate the following resize-related functions:

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ the help and code contributions of the following people:
121121
* [Freezy](https://github.com/freezy)
122122
* [Julian Aubourg](https://github.com/jaubourg)
123123
* [Keith Belovay](https://github.com/fromkeith)
124+
* [Michael B. Klein](https://github.com/mbklein)
124125

125126
Thank you!
126127

0 commit comments

Comments
 (0)