Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 329 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 329 Bytes

8-bit image resizer

A program and single-function library for resizing images without fuzziness.

Usage

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.

Disclaimer

This is not a Google product.