/go-thumbnail

Provides a method to create thumbnails from provided images.

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

godocs.io Go codecov CodeFactor

Thumbnail Generation Package for Go

This package provides method to create thumbnails from provided images.

Installation

Use to go command:

go get github.com/prplecake/go-thumbnail

Example

See thumbnail_test.go for an example implementation at this time.

Developing

Build:

go build ./...

Run tests:

go test -v ./...

Resources

GoDocs can be found at godocs.io.