jimp-dev / jimp-dev/gifwrap

Error: Frame 0 uses more than 256 color indexes

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

Description

Error: Frame 0 uses more than 256 color indexes

```javascript
async function fixColors(filepath){
return new Promise((resolve)=>{
Jimp.read(filepath, function (err, test) {
//what can i do here to fix the error?
test.write(file);
resolve();
});
});
}
```

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.