|
Leptonica
1.54
|
#include "allheaders.h"#include "jpeglib.h"#include "jerror.h"#include "png.h"#include "tiffio.h"#include "zlib.h"Макросы | |
| #define | stringJoinInPlace(s1, s2) tempStrP = stringJoin(s1,s2); FREE(s1); s1 = tempStrP; |
Функции | |
| char * | getImagelibVersions () |
| #define stringJoinInPlace | ( | s1, | |
| s2 | |||
| ) | tempStrP = stringJoin(s1,s2); FREE(s1); s1 = tempStrP; |
| char* getImagelibVersions | ( | ) |
Return: string of version numbers (e.g., libgif 4.1.6 libjpeg 8b libpng 1.4.3 libtiff 3.9.4 zlib 1.2.5
Notes: (1) The caller has responsibility to free the memory.