Skip JPEG shrink-on-load for known rounding errors #3066

Co-authored-by: Kleis Auke Wolthuizen <github@kleisauke.nl>
This commit is contained in:
Lovell Fuller
2022-02-03 21:18:51 +00:00
parent 83bb6a4554
commit 2b01951306
3 changed files with 30 additions and 0 deletions

View File

@@ -4,6 +4,11 @@
Requires libvips v8.12.2
### v0.30.1 - TBD
* Skip shrink-on-load for known libjpeg rounding errors.
[#3066](https://github.com/lovell/sharp/issues/3066)
### v0.30.0 - 1st February 2022
* Add support for GIF output to prebuilt binaries.