jimp-dev / jimp-dev/gifwrap

Frame 1 uses more than 256 color indexes

Open
#20 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.