mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Expanded the new TAB characters.
This commit is contained in:
parent
31aee0d0c0
commit
29034c5076
1
ANNOUNCE
1
ANNOUNCE
@ -299,7 +299,6 @@ version 1.5.0beta36 [July 29, 2010]
|
|||||||
pass.
|
pass.
|
||||||
A new test program, pngvalid.c, validates the gamma code.
|
A new test program, pngvalid.c, validates the gamma code.
|
||||||
Errors in the 16 bit gamma correction (overflows) have been corrected.
|
Errors in the 16 bit gamma correction (overflows) have been corrected.
|
||||||
Gamma handling arithmetic is in a new file, pngarith.c
|
|
||||||
cHRM chunk testing is done consistently (previously the floating point
|
cHRM chunk testing is done consistently (previously the floating point
|
||||||
API bypassed it, because the test really didn't work on FP, now the test
|
API bypassed it, because the test really didn't work on FP, now the test
|
||||||
is performed on the actual values to be stored in the PNG file so it
|
is performed on the actual values to be stored in the PNG file so it
|
||||||
|
|||||||
1
CHANGES
1
CHANGES
@ -2781,7 +2781,6 @@ version 1.5.0beta36 [July 29, 2010]
|
|||||||
pass.
|
pass.
|
||||||
A new test program, pngvalid.c, validates the gamma code.
|
A new test program, pngvalid.c, validates the gamma code.
|
||||||
Errors in the 16 bit gamma correction (overflows) have been corrected.
|
Errors in the 16 bit gamma correction (overflows) have been corrected.
|
||||||
Gamma handling arithmetic is in a new file, pngarith.c
|
|
||||||
cHRM chunk testing is done consistently (previously the floating point
|
cHRM chunk testing is done consistently (previously the floating point
|
||||||
API bypassed it, because the test really didn't work on FP, now the test
|
API bypassed it, because the test really didn't work on FP, now the test
|
||||||
is performed on the actual values to be stored in the PNG file so it
|
is performed on the actual values to be stored in the PNG file so it
|
||||||
|
|||||||
2
png.c
2
png.c
@ -888,7 +888,6 @@ png_check_IHDR(png_structp png_ptr,
|
|||||||
if (error == 1)
|
if (error == 1)
|
||||||
png_error(png_ptr, "Invalid IHDR data");
|
png_error(png_ptr, "Invalid IHDR data");
|
||||||
}
|
}
|
||||||
#endif /* defined(PNG_READ_SUPPORTED) || defined(PNG_WRITE_SUPPORTED) */
|
|
||||||
|
|
||||||
#if defined(PNG_sCAL_SUPPORTED) || defined(PNG_pCAL_SUPPORTED)
|
#if defined(PNG_sCAL_SUPPORTED) || defined(PNG_pCAL_SUPPORTED)
|
||||||
/* ASCII to fp functions */
|
/* ASCII to fp functions */
|
||||||
@ -2159,3 +2158,4 @@ png_build_gamma_table(png_structp png_ptr, png_byte bit_depth)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif /* READ_GAMMA */
|
#endif /* READ_GAMMA */
|
||||||
|
#endif /* defined(PNG_READ_SUPPORTED) || defined(PNG_WRITE_SUPPORTED) */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user