h2non / bimg

Go package for fast high-level image processing powered by libvips C library
https://pkg.go.dev/github.com/h2non/bimg?tab=doc
MIT License
2.68k stars 337 forks source link

Add GIF save support from libvips 8.12 #393

Closed lucor closed 2 years ago

lucor commented 2 years ago

This PR adds the support to save GIF images via the vips_gifsave_buffer function added in libvips 8.12

h2non commented 2 years ago

Thanks! Version 1.1.9 is now available with this feature.