Improve perf/accuracy of nearest neighbour integral upsample

This commit is contained in:
Lovell Fuller
2017-04-30 20:54:48 +01:00
parent 52bea15ad7
commit 4d1a1694cd
3 changed files with 67 additions and 18 deletions

View File

@@ -14,6 +14,10 @@ Requires libvips v8.5.2.
[#607](https://github.com/lovell/sharp/issues/607)
[@puzrin](https://github.com/puzrin)
* Improve performance and accuracy of nearest neighbour integral upsampling.
[#752](https://github.com/lovell/sharp/issues/752)
[@MrIbby](https://github.com/MrIbby)
* Ensure ARM64 pre-built binaries use correct C++11 ABI version.
[#772](https://github.com/lovell/sharp/issues/772)
[@ajiratech2](https://github.com/ajiratech2)