vansante / go-vips-thumbnailer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-vips-thumbnailer

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).

Requirements

  • libvips 8.9+
  • pkg-config
  • C compatible compiler such as gcc 4.6+ or clang 3.0+
  • Go 1.13+

Status

This is library is a work in progress! Please do not use it yet in a production setting.

Installation

go get gopkg.in/vansante/go-vips-thumbnailer.v0

Documentation

Take a look at the autogenerated documentation:

https://pkg.go.dev/gopkg.in/vansante/go-vips-thumbnailer.v0

Basic usage

TODO!

About

License:MIT License


Languages

Language:Go 85.9%Language:C++ 14.1%