You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternatively, upload the input gif to Discord to reproduce.
Using GIMP to inspect the output gif, it seems like Lilliput is incorrectly outputting transparent pixels when it shouldn't be.
(The gif provided here is a minimal reproducible example, which is spliced from a longer gif - that's why there are transparent bars in the gif. I can upload the full gif if needed.)
The text was updated successfully, but these errors were encountered:
Thank you for reporting this! I've been able to reproduce this issue when transforming from GIF->GIF. It doesn't occur when going from GIF->animated WebP. I agree that this is likely related to the handling of transparent pixels and the transparency threshold. We'll post an update once this is corrected. Thanks again!
To reproduce:
go get github.com/discord/lilliput
cd ~/go/src/github.com/discord/lilliput/examples
go build
./examples -input input.gif -output output.gif
Alternatively, upload the input gif to Discord to reproduce.
Using GIMP to inspect the output gif, it seems like Lilliput is incorrectly outputting transparent pixels when it shouldn't be.
(The gif provided here is a minimal reproducible example, which is spliced from a longer gif - that's why there are transparent bars in the gif. I can upload the full gif if needed.)
The text was updated successfully, but these errors were encountered: