|
8 months ago | |
---|---|---|
cmd/mkthumb | 8 months ago | |
.gitignore | 2 years ago | |
CachingThumbnailer.go | 2 years ago | |
DirectThumbnailer.go | 2 years ago | |
README.md | 8 months ago | |
Thumbnailer.go | 2 years ago | |
config.go | 2 years ago | |
decodeImage.go | 2 years ago | |
decodeVideo.go | 2 years ago | |
go.mod | 8 months ago | |
go.sum | 8 months ago | |
imagecrush_cgo.go | 8 months ago | |
imagecrush_nocgo.go | 8 months ago | |
make_archive.sh | 2 years ago | |
scaler.go | 2 years ago |
A thumbnailing library for Go.
ffmpeg
in $PATH
)go-imagequant
if CGO is available), BMPA standalone binary mkthumb
is provided as a sample utility.
This package can be installed via go get: go get code.ivysaur.me/thumbnail
2020-07-25 1.0.2
2018-12-31 1.0.1
2018-06-09 1.0.0
2018-06-04 0.2.1
disableimagecrush
build tag option to exclude cgo library dependency2017-11-18 0.2.0
2017-01-03 0.1.0
thumbnail
vendored with webdir
1.0 (previously tagged as release-1.0
)