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 wrapper #143

Closed brian-armstrong-discord closed 2 months ago

brian-armstrong-discord commented 5 months ago

Rather than call opencv to get libwebp, call libwebp directly. We can make this wrapper pretty easily because libwebp has a nice modern API without a lot of edge cases.