Ensure shortest resized edge is >= 1px #1003

This commit is contained in:
Lovell Fuller
2019-01-03 12:01:55 +00:00
parent f5d3721fe0
commit 7c631c0787
3 changed files with 46 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ Requires libvips v8.7.0.
#### v0.21.2 - TBD
* Ensure shortest edge is at least one pixel after resizing.
[#1003](https://github.com/lovell/sharp/issues/1003)
* Expose `pages` and `pageHeight` metadata for multi-page input images.
[#1205](https://github.com/lovell/sharp/issues/1205)