Leptonica  1.82.0
Image processing and image analysis suite
libversions.c File Reference
#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 (void)
 

Detailed Description

      Image library version number
          char      *getImagelibVersions()

Definition in file libversions.c.

Function Documentation

◆ getImagelibVersions()

char* getImagelibVersions ( void  )

getImagelibVersions()

Notes:
     (1) This returns a 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
     (2) The caller must free the memory.

Definition at line 102 of file libversions.c.

References stringCopy(), stringJoinIP(), and strtokSafe().