A program and single-function library for resizing images without fuzziness.
go get github.com/evankroske/resize
$GOPATH/bin/resize 1/2 < big.png > small.png
The executable only works on PNG images, but the resize.Resize
is format-independent.
This is not a Google product.