Skip to content

v1.9.1

Latest
Compare
Choose a tag to compare
@lopcode lopcode released this 31 Aug 14:55
af82060

Notable changes

You no longer have to call Vips.init yourself - using anything from Vips, VipsInvoker, or VipsHelper will automatically initialise libvips for you. This aligns vips-ffm with the behaviour of other bindings. You can disable this new default behaviour with a system property. Thanks @jbaiter!

Vips.init(Boolean, Boolean) has been deprecated in favour of Vips.allowUntrustedOperations and Vips.enableLeakDetection.

What's Changed

  • Automatically initialise libvips by default by @lopcode in #177

Full Changelog: v1.9.0...v1.9.1