Docs: info about how animated images are loaded

This commit is contained in:
Lovell Fuller 2023-11-27 20:35:53 +00:00
parent 7ad86fed03
commit 9c877d93fa
2 changed files with 8 additions and 0 deletions

View File

@ -17,6 +17,10 @@ Non-critical problems encountered during processing are emitted as `warning` eve
Implements the [stream.Duplex](http://nodejs.org/api/stream.html#stream_class_stream_duplex) class. Implements the [stream.Duplex](http://nodejs.org/api/stream.html#stream_class_stream_duplex) class.
When loading more than one page/frame of an animated image,
these are combined as a vertically-stacked "toilet roll" image
where the overall height is the `pageHeight` multiplied by the number of `pages`.
**Throws**: **Throws**:
- <code>Error</code> Invalid parameters - <code>Error</code> Invalid parameters

View File

@ -22,6 +22,10 @@ const debuglog = util.debuglog('sharp');
* *
* Implements the [stream.Duplex](http://nodejs.org/api/stream.html#stream_class_stream_duplex) class. * Implements the [stream.Duplex](http://nodejs.org/api/stream.html#stream_class_stream_duplex) class.
* *
* When loading more than one page/frame of an animated image,
* these are combined as a vertically-stacked "toilet roll" image
* where the overall height is the `pageHeight` multiplied by the number of `pages`.
*
* @constructs Sharp * @constructs Sharp
* *
* @emits Sharp#info * @emits Sharp#info