[devel] Add CHANGES entry about fixing pngvalid "sample" function.
This commit is contained in:
parent
e2062f9fa0
commit
5acd8fe9cb
2
ANNOUNCE
2
ANNOUNCE
@ -47,6 +47,8 @@ Version 1.5.1beta04 [January 16, 2011]
|
|||||||
Mentioned in the documentation that applications must #include "zlib.h"
|
Mentioned in the documentation that applications must #include "zlib.h"
|
||||||
if they need access to anything in zlib.h, and that a number of
|
if they need access to anything in zlib.h, and that a number of
|
||||||
macros such as png_memset() are no longer accessible by applications.
|
macros such as png_memset() are no longer accessible by applications.
|
||||||
|
Corrected pngvalid gamma test "sample" function to access all of the color
|
||||||
|
samples of each pixel, instead of sampling the red channel three times.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
2
CHANGES
2
CHANGES
@ -3163,6 +3163,8 @@ Version 1.5.1beta04 [January 16, 2011]
|
|||||||
Mentioned in the documentation that applications must #include "zlib.h"
|
Mentioned in the documentation that applications must #include "zlib.h"
|
||||||
if they need access to anything in zlib.h, and that a number of
|
if they need access to anything in zlib.h, and that a number of
|
||||||
macros such as png_memset() are no longer accessible by applications.
|
macros such as png_memset() are no longer accessible by applications.
|
||||||
|
Corrected pngvalid gamma test "sample" function to access all of the color
|
||||||
|
samples of each pixel, instead of sampling the red channel three times.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
Loading…
Reference in New Issue
Block a user