Prevent aliasing by using dynamic values for shrink(-on-load)

This commit is contained in:
Lovell Fuller
2017-05-13 18:46:39 +01:00
parent 48f69f3d88
commit e398b471e1
6 changed files with 18 additions and 1 deletions

View File

@@ -41,6 +41,10 @@ Requires libvips v8.5.2.
[#772](https://github.com/lovell/sharp/issues/772)
[@ajiratech2](https://github.com/ajiratech2)
* Prevent aliasing by using dynamic values for shrink(-on-load).
[#781](https://github.com/lovell/sharp/issues/781)
[@kleisauke](https://github.com/kleisauke)
* Expose libvips' "squash" parameter to enable 1-bit TIFF output.
[#783](https://github.com/lovell/sharp/pull/783)
[@YvesBos](https://github.com/YvesBos)