jimp-dev / jimp-dev/gifwrap

RangeError

Open
#23 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
77
Forks
18
PR merge metrics
No merged PRs in 30d

Description

Hello I'm getting this error:
`(node:44132) UnhandledPromiseRejectionWarning: RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be >= 0 and <= 24091. Received 24092`

at code encodeGif function
```js
const codec = new GifCodec()
codec.encodeGif(frames).then(gif => {
```

frames:

![obrázok](https://user-images.githubusercontent.com/45291673/77832390-f96b8500-7135-11ea-93c3-45213f9a3366.png)

How can i fix it?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.