Ensure extend op is sequential for multi-page TIFF #4069

This commit is contained in:
Lovell Fuller
2024-04-18 11:05:04 +01:00
parent 52b9dc0f63
commit 397ee492d9
3 changed files with 37 additions and 14 deletions

View File

@@ -18,6 +18,9 @@ Requires libvips v8.15.2
* Expose `bilinear` resizing kernel (and interpolator).
[#4061](https://github.com/lovell/sharp/issues/4061)
* Ensure `extend` operation stays sequential for multi-page TIFF (regression in 0.32.0).
[#4069](https://github.com/lovell/sharp/issues/4069)
### v0.33.3 - 23rd March 2024
* Upgrade to libvips v8.15.2 for upstream bug fixes.