mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libng17] Updated CHANGES and ANNOUNCE, restored license info in
pngtest-errors.h
This commit is contained in:
parent
1e563f689c
commit
f1eec0ba62
5
ANNOUNCE
5
ANNOUNCE
@ -933,6 +933,11 @@ Version 1.7.0beta66 [September 25, 2015]
|
||||
that optimizes RGB to Gray transformations that only selected on
|
||||
channel and clarifies the handling of max_depth in the transform
|
||||
code.
|
||||
Incorporated new test PNG files into make check. tests/pngstest-*
|
||||
are changed so that the new test files are divided into 8 groups by
|
||||
gamma and alpha channel. These tests have considerably better code
|
||||
and pixel-value coverage than contrib/pngsuite; however,coverage is
|
||||
still incomplete.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
||||
5
CHANGES
5
CHANGES
@ -5232,6 +5232,11 @@ Version 1.7.0beta66 [September 25, 2015]
|
||||
that optimizes RGB to Gray transformations that only selected on
|
||||
channel and clarifies the handling of max_depth in the transform
|
||||
code.
|
||||
Incorporated new test PNG files into make check. tests/pngstest-*
|
||||
are changed so that the new test files are divided into 8 groups by
|
||||
gamma and alpha channel. These tests have considerably better code
|
||||
and pixel-value coverage than contrib/pngsuite; however,coverage is
|
||||
still incomplete.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
|
||||
This "contrib" directory contains contributions which are not necessarily under
|
||||
the libpng license, although all are open source. They are not part of
|
||||
libpng proper and are not used for building the library.
|
||||
libpng proper and are not used for building the library, although some are used
|
||||
for testing the library via "make check".
|
||||
|
||||
@ -2,6 +2,10 @@
|
||||
*
|
||||
* BUILT USING: libpng version 1.7.0beta66 - September 18, 2015
|
||||
*
|
||||
* This code is released under the libpng license.
|
||||
* For conditions of distribution and use, see the disclaimer
|
||||
* and license in png.h
|
||||
*
|
||||
* THIS IS A MACHINE GENERATED FILE: do not edit it directly!
|
||||
* Instead run:
|
||||
*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user