Go to the source code of this file.
◆ PNG_CHUNK [1/2]
Definition at line 37 of file png.c.
◆ PNG_CHUNK [2/2]
Definition at line 37 of file png.c.
◆ Your_png_h_is_not_version_1_6_54
Definition at line 16 of file png.c.
◆ png_access_version_number()
◆ png_get_copyright()
Definition at line 816 of file png.c.
817{
819#ifdef PNG_STRING_COPYRIGHT
820 return PNG_STRING_COPYRIGHT
821#else
825 "Copyright (c) 1998-2002,2004,2006-2018 Glenn Randers-Pehrson" \
828 "Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc." \
830#endif
831}
#define PNG_STRING_NEWLINE
#define PNG_UNUSED(param)
◆ png_get_header_ver()
◆ png_get_header_version()
Definition at line 857 of file png.c.
858{
859
861#ifdef __STDC__
863# ifndef PNG_READ_SUPPORTED
864 " (NO READ SUPPORT)"
865# endif
867#else
869#endif
870}
#define PNG_HEADER_VERSION_STRING
◆ png_get_io_ptr()
◆ png_get_libpng_ver()
Definition at line 842 of file png.c.
843{
844
846}
png_const_charp PNGAPI png_get_header_ver(png_const_structrp png_ptr)