chai2010 / webp

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

Resize function? #15

Closed badoet closed 8 years ago

badoet commented 8 years ago

is there going to be plan to add resizing function? like the one from the cwebp cwebp -resize <width> <height> apparently resizing using cwebp give a clearer image compared to Lanczos3

chai2010 commented 8 years ago

No plan to add resize. You can try:

The draw.Scaler is same as the resize.