Prevent rounding err with shrink-on-load and 90/270 rot #1241

This commit is contained in:
Lovell Fuller
2018-06-19 21:19:34 +01:00
parent 09263455b5
commit da0b0348a2
4 changed files with 33 additions and 26 deletions

View File

@@ -4,6 +4,12 @@
Requires libvips v8.6.1.
#### v0.20.3 - TBD
* Prevent possible rounding error when using shrink-on-load and 90/270 degree rotation.
[#1241](https://github.com/lovell/sharp/issues/1241)
[@anahit42](https://github.com/anahit42)
#### v0.20.3 - 29<sup>th</sup> May 2018
* Fix tint operation by ensuring LAB interpretation and allowing negative values.