Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 226 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 226 Bytes

To run:

git submodule update --init # https://github.com/nfnt/resize
go build server.go
./server

add a PNG or JPEG image to ./images and visit:

http://localhost:8080/WIDTH/HEIGHT/FILENAME

Requires Go 1.1.2