chai2010 / webp

WebP decoder and encoder for Go (Zero Dependencies).
http://godoc.org/github.com/chai2010/webp
BSD 3-Clause "New" or "Revised" License
539 stars 90 forks source link

how to resize webp image? #72

Open zzxap opened 3 months ago

zzxap commented 3 months ago

how to resize webp image?

arkjxu commented 2 months ago

You can decode the image into raw pix and run any of these Image Resampling Algorithms on the raw pixels.