SeeSharpeDen / miitopia

A discord bot written in rust that adds miitopia music to your "content"
3 stars 0 forks source link

Support for images and gifs with transparency #1

Open 45ninjas opened 1 year ago

45ninjas commented 1 year ago

When an image with transparency is sent to miitopia the output will do unexpected things.

single frame webp example: image

animated gif example. homer.gif homer.webm

We should either return a webm with the alpha channel set correctly or a solid colour like the following stack answer https://superuser.com/a/1195492