These functions handle the initialization, finalization, version retrieval,and relocation for libvips.
libvips is a relocatable package, meaning you can move the directory tree youcompiled it to at runtime and it will still be able to find all data files.This is required for macOS and Windows, but slightly unusual in the Unixworld. Seevips_init()
andvips_guess_prefix()
.
vips_max_coord_get()
vips_init()
vips_get_argv0()
vips_get_prgname()
vips_shutdown()
vips_thread_shutdown()
vips_add_option_entries()
vips_leak_set()
vips_block_untrusted_set()
vips_version_string()
vips_version()
vips_guess_prefix()
vips_guess_libdir()