Add support for Buffer and Stream-based TIFF output

This commit is contained in:
Lovell Fuller
2017-05-04 16:40:49 +01:00
parent 19dd6a997f
commit c8e59f08ec
7 changed files with 42 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ const debuglog = util.debuglog('sharp');
*
* Constructor factory to create an instance of `sharp`, to which further methods are chained.
*
* JPEG, PNG or WebP format image data can be streamed out from this object.
* JPEG, PNG, WebP or TIFF format image data can be streamed out from this object.
* When using Stream based output, derived attributes are available from the `info` event.
*
* Implements the [stream.Duplex](http://nodejs.org/api/stream.html#stream_class_stream_duplex) class.