This package provides method to create thumbnails from provided images.
Use to go command:
go get github.com/prplecake/go-thumbnailSee 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.