Attach event listener to clone only for Stream #995

This commit is contained in:
Lovell Fuller
2017-12-12 21:53:27 +00:00
parent 0894145284
commit 9fa04a0b93
3 changed files with 26 additions and 6 deletions

View File

@@ -26,6 +26,10 @@ Requires libvips v8.6.0.
[#977](https://github.com/lovell/sharp/pull/977)
[@jardakotesovec](https://github.com/jardakotesovec)
* Attach finish event listener to a clone only for Stream-based input.
[#995](https://github.com/lovell/sharp/issues/995)
[@whmountains](https://github.com/whmountains)
* Add tilecache before smartcrop to avoid over-computation of previous operations.
[#1028](https://github.com/lovell/sharp/issues/1028)
[@coffeebite](https://github.com/coffeebite)