Skip to content

Releases: davidbyttow/govips

v2.6.0

08 May 13:05
02372d8
Compare
Choose a tag to compare
  • FindTrim()
  • Insert()
  • Rank()
  • Improved BMP performance
  • Close() available again for manually closing images if GC can't keep up with your hyper-volume app
  • WEBP and GIF animation support

A huge thank you to all the wonderful contributors!

v2.5.0

19 Feb 18:35
9184bca
Compare
Choose a tag to compare

Add new functionality:

  • format-specific export parameters
  • Identity()
  • Maplut()
  • Cast()
  • Average()

And fix a bunch of bugs as well.

v2.4.0

06 Jan 13:02
feb2425
Compare
Choose a tag to compare

New functionality:

  • Support vips_similarity (rotate and scale picture precisely, any angle)
  • Add support for converting govips images to golang image.Image objects
  • Smart cropping functionality (crop to the interesting parts of pictures)
  • Draw rectangles (draw_rect()) or start with an empty black image (black())
  • New format-specific export parameters which allow you to tune format-specific options

Bug fixes:

  • Check if libvips compiled with ICC profile support before attempting to use it
  • Compress TIFF lossless by default

v2.3.1

22 Dec 21:48
Compare
Choose a tag to compare

Temporary file storage is now compatible with Windows as well, and Govips cleans up all temp files on shutdown.

v2.3.0

22 Dec 18:59
Compare
Choose a tag to compare

New stuff:

  • Add divide(), mapim() and xyz() functions
  • Fix missing support for some specific HEIF image

v2.2.0

13 Dec 20:00
b69d46a
Compare
Choose a tag to compare
  • Add Thumbnail() function for easy thumbnails
  • Add CompositeMulti() function to composite several images at once

v2.1.0

16 Nov 19:27
Compare
Choose a tag to compare

Version 2.1.0 comes with a couple of new features:

  • Logging - as verbose as you want it, to wherever you want it (not just stderr!)
  • Logging now consolidates all of glib, libvips and govips into one channel
  • imageRef.Close() is deprecated, it happens automatically nowadays

In addition, we've got:

  • More, better examples and documentation
  • Better unit test coverage

v2.0.2

02 Nov 21:20
0e5c309
Compare
Choose a tag to compare

Fix bugs related to garbage collection and resize() kernel parameters

v2.0.1

28 Oct 19:52
9e78114
Compare
Choose a tag to compare

Add option to strip metadata on export

v2.0.0

27 Oct 22:37
Compare
Choose a tag to compare

Moving to version 2.0.0 due to breaking API changes. A lot of cleanup, new functionality merged from a fork, bug fixes, documentation etc.