discord / lilliput

Resize images and animated GIFs in Go
https://discord.com/blog/how-discord-resizes-150-million-images-every-day-with-go-and-c
Other
1.94k stars 124 forks source link

WebP animated support #121

Closed phanturne closed 1 year ago

phanturne commented 1 year ago

I'm trying to use animated WebP for my Discord bot, but it's not supported by Discord. I noticed that there's an open pull request https://github.com/discord/lilliput/pull/103 for this feature. Does Discord have any plans on supporting animated WebP?

WebP has higher quality and has better compression than GIFs. It also supports 24-bit RGB color while GIF is limited to 8-bit color.

brian-armstrong-discord commented 1 year ago

Closing for duplicate issue

brian-armstrong-discord commented 1 year ago

If you are looking for video formats, mp4 and mov would be your best bet.

phanturne commented 1 year ago

Unfortunately, mp4 doesn't automatically play on Discord. I want to use animated card images.

Thanks though.

defunky commented 1 year ago

@brian-armstrong-discord I can't find the duplicate issue? Is there any plans to merge in the PR, it's been sat there since October last year with no movement?

BlackBeltPanda commented 1 year ago

Where's the original issue this is duplicating? Would also love to see animated WebP support.

DalekCraft2 commented 1 year ago

@BlackBeltPanda The original issue (or, rather, pull request) is here: #103

nikooo777 commented 1 year ago

why is that pull request pending and not being merged? Is something missing? why is the discussion on the pull request not possible then?

It would be nice to have some clarity, the PR is from 2022, webp is becoming more and more the standard, it'd be nice to have this integrated.