Ensure resize fit=inside respects 90/270 rotate #3756

This commit is contained in:
Lovell Fuller
2023-08-14 13:45:23 +01:00
parent 3d01775972
commit 5c19f6dd9b
3 changed files with 30 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ Requires libvips v8.14.3
[#3755](https://github.com/lovell/sharp/pull/3755)
[@kleisauke](https://github.com/kleisauke)
* Ensure resize with a `fit` of `inside` respects 90/270 degree rotation.
[#3756](https://github.com/lovell/sharp/issues/3756)
* TypeScript: Ensure `minSize` property of `WebpOptions` is boolean.
[#3758](https://github.com/lovell/sharp/pull/3758)
[@sho-xizz](https://github.com/sho-xizz)