Function

Vipsversion_string

Declaration [src]

const char*
vips_version_string (
  void
)

Description [src]

Get the VIPS version as a static string, including a build date and time. Do not free.

Return value

Type: const char*

A static version string.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.