File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ Non-critical problems encountered during processing are emitted as `warning` eve
17
17
18
18
Implements the [ stream.Duplex] ( http://nodejs.org/api/stream.html#stream_class_stream_duplex ) class.
19
19
20
+ When loading more than one page/frame of an animated image,
21
+ these are combined as a vertically-stacked "toilet roll" image
22
+ where the overall height is the ` pageHeight ` multiplied by the number of ` pages ` .
23
+
20
24
** Throws** :
21
25
22
26
- <code >Error</code > Invalid parameters
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ const debuglog = util.debuglog('sharp');
22
22
*
23
23
* Implements the [stream.Duplex](http://nodejs.org/api/stream.html#stream_class_stream_duplex) class.
24
24
*
25
+ * When loading more than one page/frame of an animated image,
26
+ * these are combined as a vertically-stacked "toilet roll" image
27
+ * where the overall height is the `pageHeight` multiplied by the number of `pages`.
28
+ *
25
29
* @constructs Sharp
26
30
*
27
31
* @emits Sharp#info
You can’t perform that action at this time.
0 commit comments