Allow Stream-based input of raw pixel data #1579

This commit is contained in:
Lovell Fuller
2019-03-18 20:15:18 +00:00
parent 9ee377963e
commit 83cdb558f6
3 changed files with 32 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ Requires libvips v8.7.4.
* Add support for `pages` input option for multi-page input.
[#1566](https://github.com/lovell/sharp/issues/1566)
* Allow Stream-based input of raw pixel data.
[#1579](https://github.com/lovell/sharp/issues/1579)
* Add support for `page` input option to GIF and PDF.
[#1595](https://github.com/lovell/sharp/pull/1595)
[@ramiel](https://github.com/ramiel)