willnorris / imageproxy

A caching, resizing image proxy written in Go
Apache License 2.0
3.52k stars 480 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 11 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

algu1984 commented 9 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 6 months ago

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

willnorris commented 4 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.