An open API service indexing awesome lists of open source software.

https://github.com/prplecake/go-thumbnail

Provides a method to create thumbnails from provided images. This repository is a mirror of https://git.fminus.co/prplecake/go-thumbnail
https://github.com/prplecake/go-thumbnail

go golang

Last synced: 8 months ago
JSON representation

Provides a method to create thumbnails from provided images. This repository is a mirror of https://git.fminus.co/prplecake/go-thumbnail

Awesome Lists containing this project

README

          

# Thumbnail Generation Package for Go

This package provides method to create thumbnails from provided images.

## Installation

Use to `go` command:

```shell
go get git.fminus.co/prplecake/go-thumbnail
```

## Example

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

## Developing

Build:

```shell
go build ./...
```

Run tests:

```
go test -v ./...
```

## Resources

GoDocs can be found at [godocs.io][godocs].

[godocs]:https://godocs.io/git.fminus.co/prplecake/go-thumbnail