Go to the source code of this file.
◆ GCC_STRICT_OVERFLOW
Definition at line 36 of file png.c.
◆ Your_png_h_is_not_version_1_6_39
Definition at line 17 of file png.c.
◆ png_access_version_number()
◆ png_get_copyright()
Definition at line 811 of file png.c.
812{
814#ifdef PNG_STRING_COPYRIGHT
815 return PNG_STRING_COPYRIGHT
816#else
820 "Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson" \
823 "Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc." \
825#endif
826}
#define PNG_STRING_NEWLINE
#define PNG_UNUSED(param)
◆ png_get_header_ver()
◆ png_get_header_version()
Definition at line 852 of file png.c.
853{
854
856#ifdef __STDC__
858# ifndef PNG_READ_SUPPORTED
859 " (NO READ SUPPORT)"
860# endif
862#else
864#endif
865}
#define PNG_HEADER_VERSION_STRING
◆ png_get_io_ptr()
◆ png_get_libpng_ver()
Definition at line 837 of file png.c.
838{
839
841}
png_const_charp PNGAPI png_get_header_ver(png_const_structrp png_ptr)