Ensure TIFF is cast when using float predictor (#2502)

This commit is contained in:
Randy Ridge
2020-12-29 09:29:51 -05:00
committed by Lovell Fuller
parent 98349bde28
commit 0bb8cb9203
3 changed files with 10 additions and 2 deletions

View File

@@ -6,6 +6,10 @@ Requires libvips v8.10.5
### v0.27.1 - TBD
* Ensure TIFF is cast when using float predictor.
[#2502](https://github.com/lovell/sharp/pull/2502)
[@randyridge](https://github.com/randyridge)
* Add support for Uint8Array and Uint8ClampedArray input.
[#2511](https://github.com/lovell/sharp/pull/2511)
[@leon](https://github.com/leon)