This is a library for quickly and efficiently resizing images using libvips. This library exclusively uses the new streaming API introduced in libvips version 8.9.0.
This package would not have been possible without the excellent work on libvips (https://github.com/libvips/libvips) and the bimg library (https://github.com/h2non/bimg).
- libvips 8.9+
- pkg-config
- C compatible compiler such as gcc 4.6+ or clang 3.0+
- Go 1.13+
This is library is a work in progress! Please do not use it yet in a production setting.
go get gopkg.in/vansante/go-vips-thumbnailer.v0
Take a look at the autogenerated documentation:
https://pkg.go.dev/gopkg.in/vansante/go-vips-thumbnailer.v0
TODO!