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
Full Changelog: v1.9.0...v1.9.1