Frame 1 uses more than 256 color indexes
Open
bug
- Dominant language
- JavaScript
- Stars
- 77
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Getting the above error trying to load and save a gif
```
return GifUtil.read(downloadedFile)
.then(inputGif =>
// Pass inputGif to write() to preserve the original GIF's specs.
GifUtil.write(outputFileName, inputGif.frames, inputGif))
```
Tried with a few gifs from the internet with same result. Can use quantize function but that causes massive distortion.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.