png_access_version_number

Name

png_access_version_number -- return version of the run-time library

Synopsis

#include <png.h>

png_uint_32 png_access_version_number(void);

Description

png_access_version_number() returns version of the libpng15 library available at run-time.

Return Value

png_access_version_number() returns integer constructed from the major version, minor version with leading zero and leading number with leading zero. For example, the version number for version 1.2.8 is 10208.