[libpng16] Imported from libpng-1.6.30beta04.tar

This commit is contained in:
Glenn Randers-Pehrson
2017-06-06 19:21:23 -05:00
parent c548328904
commit 5aaf6e889c
16 changed files with 31 additions and 31 deletions

4
README
View File

@@ -1,4 +1,4 @@
README for libpng version 1.6.30beta04 - May 22, 2017 (shared library 16.0)
README for libpng version 1.6.30beta04 - June 7, 2017 (shared library 16.0)
See the note about version numbers near the top of png.h
See INSTALL for instructions on how to install libpng.
@@ -23,7 +23,7 @@ earlier versions if you are using a shared library. The type of the
png_uint_32, which will affect shared-library applications that use
this function.
To avoid problems with changes to the internals of png info_struct,
To avoid problems with changes to the internals of the png info_struct,
new APIs have been made available in 0.95 to avoid direct application
access to info_ptr. These functions are the png_set_<chunk> and
png_get_<chunk> functions. These functions should be used when