[libpng17] Imported from libpng-1.7.0beta32.tar

This commit is contained in:
Glenn Randers-Pehrson
2014-02-26 12:11:18 -06:00
parent deb920b4a7
commit f99393490d
17 changed files with 39 additions and 115 deletions

View File

@@ -6,9 +6,9 @@
* United States.
*
* Extract any icc profiles found in the given PNG files. This is a simple
* example of a program which extracts information from the header of a PNG file
* example of a program that extracts information from the header of a PNG file
* without processing the image. Notice that some header information may occur
* after the image data, textual data and comments are an example; the approach
* after the image data. Textual data and comments are an example; the approach
* in this file won't work reliably for such data because it only looks for the
* information in the section of the file that preceeds the image data.
*