Merge branch 'libpng16' of git://github.com/barkovv/libpng into libpng16

This commit is contained in:
Glenn Randers-Pehrson
2017-02-21 20:41:27 -06:00
13 changed files with 1214 additions and 4 deletions

2
README
View File

@@ -179,8 +179,10 @@ Files in this distribution:
pngwtran.c => Write data transformations
pngwutil.c => Write utility functions
arm => Contains optimized code for the ARM platform
powerpc => Contains optimized code for the PowerPC platform
contrib => Contributions
arm-neon => Optimized code for ARM-NEON platform
powerpc => Optimized code for POWERPC-VSX platform
examples => Example programs
gregbook => source code for PNG reading and writing, from
Greg Roelofs' "PNG: The Definitive Guide",