Leptonica 1.85.0
Image processing and image analysis suite
Loading...
Searching...
No Matches
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.1.4
           libjpeg 8b (libjpeg-turbo 2.0.3)
           libpng 1.6.37
           libtiff 4.1.0
           zlib 1.2.11
           libwebp 0.6.1
           libopenjp2 2.5.0
     (2) The caller must free the memory.

Definition at line 102 of file libversions.c.