Error: Frame 0 uses more than 256 color indexes
Open
- 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.