willnorris / imageproxy

A caching, resizing image proxy written in Go
Apache License 2.0
3.55k stars 483 forks source link

Possible native WebP encoder? #388

Open iamjrock opened 1 year ago

iamjrock commented 1 year ago

https://www.reddit.com/r/golang/comments/1678nh0/native_webp_encoder_for_go

Is this what we've been waiting for?

willnorris commented 1 year ago

ooh! yeah, maybe! Assigning this to myself to come back and take a look when I've got some time

https://git.sr.ht/~jackmordaunt/go-libwebp

algu1984 commented 10 months ago

ooh! yeah, maybe! Assigning this to myself to come back and take a look when I've got some time

https://git.sr.ht/~jackmordaunt/go-libwebp

Any chance it will be added?

darrencoutts118 commented 8 months ago

@willnorris - Do you have any idea when this might be implemented?

willnorris commented 6 months ago

I've added an experimental branch in #393, though my initial test results aren't great. I'd love for others that are interested to give it a try and see how it works for them.