mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng16] PNG_sRGB_PROFILE_CHECKING = (-1) now means no sRGB profile checking.
This commit is contained in:
13
ANNOUNCE
13
ANNOUNCE
@@ -1,5 +1,5 @@
|
||||
|
||||
Libpng 1.6.11beta04 - April 13, 2014
|
||||
Libpng 1.6.11beta04 - April 21, 2014
|
||||
|
||||
This is not intended to be a public release. It will be replaced
|
||||
within a few weeks by a public version or by another test version.
|
||||
@@ -47,12 +47,13 @@ Version 1.6.11beta03 [April 6, 2014]
|
||||
Fixed a typo in pngrutil.c, introduced in libpng-1.5.6, that interferes
|
||||
with "blocky" expansion of sub-8-bit interlaced PNG files (Eric Huss).
|
||||
|
||||
Version 1.6.11beta04 [April 13, 2014]
|
||||
Version 1.6.11beta04 [April 19, 2014]
|
||||
Made progressive reading of interlaced images consistent with the
|
||||
behavior of the sequential reader and consistent with the manual. The
|
||||
row_callback now receives the proper pass number and unexpanded rows,
|
||||
when png_combine_row is not used or not built, by moving some code
|
||||
out of the PNG_READ_INTERLACING_SUPPORTED blocks.
|
||||
behavior of the sequential reader and consistent with the manual,
|
||||
by moving some code out of the PNG_READ_INTERLACING_SUPPORTED blocks.
|
||||
The row_callback now receives the proper pass number and unexpanded rows,
|
||||
when png_combine_row is not used or not built,
|
||||
Allow PNG_sRGB_PROFILE_CHECKING = (-1) to mean no sRGB profile checking.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
||||
Reference in New Issue
Block a user