![]() |
Leptonica
1.77.0
Image processing and image analysis suite
|
#include "allheaders.h"#include "jpeglib.h"#include "jerror.h"#include "png.h"#include "tiffio.h"#include "zlib.h"Go to the source code of this file.
Functions | |
| char * | getImagelibVersions () |
Image library version number
char *getImagelibVersions()
Definition in file libversions.c.
| char* getImagelibVersions | ( | ) |
Return: string of version numbers; e.g., libgif 5.0.3 libjpeg 8b (libjpeg-turbo 1.3.0) libpng 1.4.3 libtiff 3.9.5 zlib 1.2.5 libwebp 0.3.0 libopenjp2 2.1.0
Notes: (1) The caller must free the memory.
Definition at line 101 of file libversions.c.
References stringCopy(), stringJoinIP(), and strtokSafe().