mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Reversed earlier change of transformation order; move
png_expand_16 back where it was before libpng-1.5.3beta07. The change doesn't work because it requires 16 bit gamma tables when the code only generates 8 bit ones. This fails silently; the libpng code just doesn't do any gamma correction. Moving the tests back leaves the old, inaccurate, 8 bit gamma calculations, but these are clearly better than none!
This commit is contained in:
committed by
Glenn Randers-Pehrson
parent
bb4f77cd95
commit
1921e6db90
5
ANNOUNCE
5
ANNOUNCE
@@ -128,6 +128,11 @@ Version 1.5.3beta08 [May 16, 2011]
|
||||
Minor cleanup and some extra checking in pngrutil.c and pngrtran.c
|
||||
|
||||
Version 1.5.3beta09 [May 17, 2011]
|
||||
Reversed earlier 1.5.3 change of transformation order; move png_expand_16 back.
|
||||
The change doesn't work because it requires 16 bit gamma tables when the code
|
||||
only generates 8 bit ones. This fails silently; the libpng code just doesn't
|
||||
do any gamma correction. Moving the tests back leaves the old, inaccurate, 8
|
||||
bit gamma calculations, but these are clearly better than none!
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
|
||||
(subscription required; visit
|
||||
|
||||
Reference in New Issue
Block a user