1
- README for libpng version 1.6.24 - August 4, 2016 (shared library 16.0)
1
+ README for libpng version 1.6.34 - September 29, 2017 (shared library 16.0)
2
2
See the note about version numbers near the top of png.h
3
3
4
4
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
23
23
png_uint_32, which will affect shared-library applications that use
24
24
this function.
25
25
26
- To avoid problems with changes to the internals of png info_struct,
26
+ To avoid problems with changes to the internals of the png info_struct,
27
27
new APIs have been made available in 0.95 to avoid direct application
28
28
access to info_ptr. These functions are the png_set_<chunk> and
29
29
png_get_<chunk> functions. These functions should be used when
@@ -88,11 +88,11 @@ zlib should be available at the same place that libpng is, or at zlib.net.
88
88
89
89
You may also want a copy of the PNG specification. It is available
90
90
as an RFC, a W3C Recommendation, and an ISO/IEC Standard. You can find
91
- these at http://www.libpng.org/pub/png/documents/
91
+ these at http://www.libpng.org/pub/png/pngdocs.html .
92
92
93
- This code is currently being archived at libpng.sf.net in the
94
- [DOWNLOAD] area, and at ftp ://ftp.simplesystems.org. If you can't find it
95
- in any of those places, e-mail me, and I'll help you find it.
93
+ This code is currently being archived at libpng.sourceforge.io in the
94
+ [DOWNLOAD] area, and at http ://libpng.download/src . If you
95
+ can't find it in any of those places, e-mail me, and I'll help you find it.
96
96
97
97
I am not a lawyer, but I believe that the Export Control Classification
98
98
Number (ECCN) for libpng is EAR99, which means not subject to export
@@ -179,18 +179,25 @@ Files in this distribution:
179
179
pngwtran.c => Write data transformations
180
180
pngwutil.c => Write utility functions
181
181
arm => Contains optimized code for the ARM platform
182
+ powerpc => Contains optimized code for the PowerPC platform
182
183
contrib => Contributions
184
+ arm-neon => Optimized code for ARM-NEON platform
185
+ powerpc-vsx => Optimized code for POWERPC-VSX platform
183
186
examples => Example programs
184
187
gregbook => source code for PNG reading and writing, from
185
188
Greg Roelofs' "PNG: The Definitive Guide",
186
189
O'Reilly, 1999
187
190
libtests => Test programs
191
+ mips-msa => Optimized code for MIPS-MSA platform
188
192
pngminim => Minimal decoder, encoder, and progressive decoder
189
193
programs demonstrating use of pngusr.dfa
190
194
pngminus => Simple pnm2png and png2pnm programs
191
195
pngsuite => Test images
196
+ testpngs
192
197
tools => Various tools
193
198
visupng => Contains a MSVC workspace for VisualPng
199
+ intel => Optimized code for INTEL-SSE2 platform
200
+ mips => Optimized code for MIPS platform
194
201
projects => Contains project files and workspaces for
195
202
building a DLL
196
203
owatcom => Contains a WATCOM project for building libpng
0 commit comments