Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /usr/share/gtk-doc/html/libvips/ drwxr-xr-x | |
| Viewing file: Select action/file-type:
Functions
DescriptionStart VIPS up, shut VIPS down, get version information, relocation. VIPS is a relocatable package, meaning you can move the directory tree you
compiled it to at runtime and it will still be able to find all data files.
This is required for OS X and Windows, but slightly unusual in the Unix
world. See FunctionsVIPS_INIT()#define VIPS_INIT( ARGV0 ) gtk-doc mistakenly tags this macro as deprecated for unknown reasons. It is *NOT* deprecated, please ignore the warning above. VIPS_INIT() starts up the world of VIPS. You should call this on
program startup before using any other VIPS operations. If you do not call
Additionally, VIPS_INIT() is a macro, since it tries to check ABI compatibility
between the caller and the library. You can also call You may call Use the environment variable VIPS_INIT() does approximately the following:
Example:
See also: vips_init ()int
vips_init (
This function starts up libvips, see This function is for bindings which need to start up vips. C programs
should use the See also: vips_get_argv0 ()const char *
vips_get_argv0 (
See also: Returns a pointer to an internal copy of the argv0 string passed to
vips_shutdown ()void
vips_shutdown (
Call this to drop caches and close plugins. Run with "--vips-leak" to do a leak check too. You may call vips_thread_shutdown ()void
vips_thread_shutdown (
Free any thread-private data and flush any profiling information. This function needs to be called when a thread that has been using vips
exits. It is called for you by You will need to call it from threads created in other ways or there will be memory leaks. If you do not call it, vips will generate a warning message. It may be called many times, and you can continue using vips after calling it. Calling it too often will reduce performance. vips_add_option_entries ()void
vips_add_option_entries (
Add the standard vips See also: vips_leak_set ()void
vips_leak_set (
Turn on or off vips leak checking. See also --vips-leak and
You should call this very early in your program. vips_version_string ()const char *
vips_version_string (
Get the VIPS version as a static string, including a build date and time. Do not free. vips_version ()int
vips_version (
Get the major, minor or micro library version, with Get the ABI current, revision and age (as used by libtool) with vips_guess_prefix ()const char * vips_guess_prefix ( vips_guess_prefix() tries to guess the install directory. You should pass in the value of argv[0] (the name your program was run as) as a clue to help it out, plus the name of the environment variable you let the user override your package install area with (eg. "VIPSHOME"). On success, Don't free the return string! See also: vips_guess_libdir ()const char * vips_guess_libdir ( vips_guess_libdir() tries to guess the install directory (usually the configure libdir, or $prefix/lib). You should pass in the value of argv[0] (the name your program was run as) as a clue to help it out, plus the name of the environment variable you let the user override your package install area with (eg. "VIPSHOME"). On success, Don't free the return string! See also: |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0101 ]-- |