Ensure 16-bit input images work with embed option #325

This commit is contained in:
Lovell Fuller
2015-12-23 20:46:49 +00:00
parent fd5b4a131f
commit 61b86744d7
5 changed files with 34 additions and 15 deletions

View File

@@ -2,6 +2,12 @@
### v0.12 - "*look*"
#### v0.12.2 - TBD
* Ensure 16-bit input images work with embed option.
[#325](https://github.com/lovell/sharp/issues/325)
[@janaz](https://github.com/janaz)
#### v0.12.1 - 12<sup>th</sup> December 2015
* Allow use of SIMD vector instructions (via liborc) to be toggled on/off.