The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Image::Leptonica::Func::libversions

VERSION

version 0.04

libversions.c

libversions.c

     Image library version number
         char      *getImagelibVersions()

FUNCTIONS

getImagelibVersions

char * getImagelibVersions ( )

getImagelibVersions()

    Return: string of version numbers (e.g.,
             libgif 5.0.3
             libjpeg 8b
             libpng 1.4.3
             libtiff 3.9.5
             zlib 1.2.5
             webp 0.3.0

Notes:
    (1) The caller has responsibility to free the memory.

AUTHOR

Zakariyya Mughal <zmughal@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Zakariyya Mughal.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.