mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] Renamed contrib/tools/png-fix-too-far-back.c to pngfix.c and revised
it to check all compressed chunks known to libpng.
This commit is contained in:
parent
2edcb6ad0f
commit
7905286ffa
6
ANNOUNCE
6
ANNOUNCE
@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
Libpng 1.7.0beta16 - June 26, 2013
|
Libpng 1.7.0beta16 - July 1, 2013
|
||||||
|
|
||||||
This is not intended to be a public release. It will be replaced
|
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.
|
within a few weeks by a public version or by another test version.
|
||||||
@ -331,10 +331,12 @@ Version 1.7.0beta14 [June 8, 2013]
|
|||||||
Version 1.7.0beta15 [June 18, 2013]
|
Version 1.7.0beta15 [June 18, 2013]
|
||||||
Revised libpng.3 so that "doclifter" can process it.
|
Revised libpng.3 so that "doclifter" can process it.
|
||||||
|
|
||||||
Version 1.7.0beta16 [June 26, 2013]
|
Version 1.7.0beta16 [July 1, 2013]
|
||||||
Revised example.c to illustrate use of PNG_DEFAULT_sRGB and PNG_GAMMA_MAC_18
|
Revised example.c to illustrate use of PNG_DEFAULT_sRGB and PNG_GAMMA_MAC_18
|
||||||
as parameters for png_set_gamma(). These have been available since
|
as parameters for png_set_gamma(). These have been available since
|
||||||
libpng-1.5.4.
|
libpng-1.5.4.
|
||||||
|
Renamed contrib/tools/png-fix-too-far-back.c to pngfix.c and revised it
|
||||||
|
to check all compressed chunks known to libpng.
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
4
CHANGES
4
CHANGES
@ -4619,10 +4619,12 @@ Version 1.7.0beta14 [June 8, 2013]
|
|||||||
Version 1.7.0beta15 [June 18, 2013]
|
Version 1.7.0beta15 [June 18, 2013]
|
||||||
Revised libpng.3 so that "doclifter" can process it.
|
Revised libpng.3 so that "doclifter" can process it.
|
||||||
|
|
||||||
Version 1.7.0beta16 [June 26, 2013]
|
Version 1.7.0beta16 [July 1, 2013]
|
||||||
Revised example.c to illustrate use of PNG_DEFAULT_sRGB and PNG_GAMMA_MAC_18
|
Revised example.c to illustrate use of PNG_DEFAULT_sRGB and PNG_GAMMA_MAC_18
|
||||||
as parameters for png_set_gamma(). These have been available since
|
as parameters for png_set_gamma(). These have been available since
|
||||||
libpng-1.5.4.
|
libpng-1.5.4.
|
||||||
|
Renamed contrib/tools/png-fix-too-far-back.c to pngfix.c and revised it
|
||||||
|
to check all compressed chunks known to libpng.
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
@ -10,7 +10,7 @@ ACLOCAL_AMFLAGS = -I scripts
|
|||||||
check_PROGRAMS= pngtest pngunknown pngstest pngvalid
|
check_PROGRAMS= pngtest pngunknown pngstest pngvalid
|
||||||
|
|
||||||
# Utilities - installed
|
# Utilities - installed
|
||||||
bin_PROGRAMS= png-fix-too-far-back png-fix-itxt
|
bin_PROGRAMS= pngfix png-fix-itxt
|
||||||
|
|
||||||
pngtest_SOURCES = pngtest.c
|
pngtest_SOURCES = pngtest.c
|
||||||
pngtest_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
|
pngtest_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
|
||||||
@ -24,8 +24,8 @@ pngstest_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
|
|||||||
pngunknown_SOURCES = contrib/libtests/pngunknown.c
|
pngunknown_SOURCES = contrib/libtests/pngunknown.c
|
||||||
pngunknown_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
|
pngunknown_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
|
||||||
|
|
||||||
png_fix_too_far_back_SOURCES = contrib/tools/png-fix-too-far-back.c
|
pngfix_SOURCES = contrib/tools/pngfix.c
|
||||||
png_fix_too_far_back_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
|
pngfix_LDADD = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.la
|
||||||
|
|
||||||
png_fix_itxt_SOURCES = contrib/tools/png-fix-itxt.c
|
png_fix_itxt_SOURCES = contrib/tools/png-fix-itxt.c
|
||||||
|
|
||||||
@ -198,7 +198,7 @@ $(srcdir)/scripts/pnglibconf.h.prebuilt:
|
|||||||
# an installed one (this can happen immediately after on a clean system if
|
# an installed one (this can happen immediately after on a clean system if
|
||||||
# 'make test' is the first thing the user does.)
|
# 'make test' is the first thing the user does.)
|
||||||
pngstest.o pngvalid.o pngtest.o pngunknown.o timepng.o: pnglibconf.h
|
pngstest.o pngvalid.o pngtest.o pngunknown.o timepng.o: pnglibconf.h
|
||||||
png-fix-too-far-back.o png-fix-itxt.o: pnglibconf.h
|
pngfix.o png-fix-itxt.o: pnglibconf.h
|
||||||
|
|
||||||
# We must use -DPNG_NO_USE_READ_MACROS here even when the library may actually
|
# We must use -DPNG_NO_USE_READ_MACROS here even when the library may actually
|
||||||
# be built with PNG_USE_READ_MACROS; this prevents the read macros from
|
# be built with PNG_USE_READ_MACROS; this prevents the read macros from
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
3914
contrib/tools/pngfix.c
Normal file
3914
contrib/tools/pngfix.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user