This package provides method to create thumbnails from provided images.
Use to go
command:
go get github.com/prplecake/go-thumbnail
See thumbnail_test.go
for an example implementation at this time.
Build:
go build ./...
Run tests:
go test -v ./...
GoDocs can be found at godocs.io.