jimp-dev / jimp-dev/gifwrap

Broken gifs.

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

Description

Input
[https://cdn.discordapp.com/attachments/875525041989750815/898710282631794708/1.gif](url)

Output
[https://cdn.discordapp.com/attachments/875525041989750815/898710297655779348/2.gif](url)

`
const GifCopied = new GifFrame(
new BitmapImage(jimpCopied.bitmap, {
disposalMethod: frame.disposalMethod,
delayCentisecs: frame.delayCentisecs,
})
);
const codec = new GifCodec();
await codec.encodeGif(frames, { loops: 0 }).then((encodedGIF) => {
gif = encodedGIF.buffer;
});
return gif;`

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.