Prevent over-compute in affine rotate #3722

This commit is contained in:
Lovell Fuller
2023-07-09 09:04:07 +01:00
parent 0da55bab7e
commit 14c3346800
3 changed files with 20 additions and 1 deletions

View File

@@ -16,6 +16,9 @@ Requires libvips v8.14.2
[#3674](https://github.com/lovell/sharp/pull/3674)
[@bianjunjie1981](https://github.com/bianjunjie1981)
* Prevent over-compute in affine-based rotate before resize.
[#3722](https://github.com/lovell/sharp/issues/3722)
### v0.32.1 - 27th April 2023
* Add experimental `unflatten` operation.