mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[master] Bump to version 1.4.2rc02
This commit is contained in:
parent
d6e67586bf
commit
47045ce402
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#define PNG_NO_READ_GAMMA
|
#define PNG_NO_READ_GAMMA
|
||||||
#define PNG_NO_READ_BACKGROUND
|
#define PNG_NO_READ_BACKGROUND
|
||||||
#define PNG_NO_READ_DITHER
|
#define PNG_NO_READ_QUANTIZE
|
||||||
#define PNG_NO_READ_INVERT
|
#define PNG_NO_READ_INVERT
|
||||||
#define PNG_NO_READ_SHIFT
|
#define PNG_NO_READ_SHIFT
|
||||||
#define PNG_NO_READ_PACK
|
#define PNG_NO_READ_PACK
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#define PNG_NO_WRITE_BACKGROUND
|
#define PNG_NO_WRITE_BACKGROUND
|
||||||
#define PNG_NO_WRITE_GAMMA
|
#define PNG_NO_WRITE_GAMMA
|
||||||
#define PNG_NO_WRITE_DITHER
|
#define PNG_NO_WRITE_QUANTIZE
|
||||||
#define PNG_NO_WRITE_INVERT
|
#define PNG_NO_WRITE_INVERT
|
||||||
#define PNG_NO_WRITE_SHIFT
|
#define PNG_NO_WRITE_SHIFT
|
||||||
#define PNG_NO_WRITE_PACK
|
#define PNG_NO_WRITE_PACK
|
||||||
|
|||||||
@ -515,7 +515,9 @@
|
|||||||
# endif
|
# endif
|
||||||
# ifndef PNG_NO_READ_QUANTIZE
|
# ifndef PNG_NO_READ_QUANTIZE
|
||||||
/* Prior to libpng-1.4.0 this was PNG_READ_DITHER_SUPPORTED */
|
/* Prior to libpng-1.4.0 this was PNG_READ_DITHER_SUPPORTED */
|
||||||
# define PNG_READ_QUANTIZE_SUPPORTED
|
# ifndef PNG_NO_READ_DITHER /* This migration aid will be removed */
|
||||||
|
# define PNG_READ_QUANTIZE_SUPPORTED
|
||||||
|
# endif
|
||||||
# endif
|
# endif
|
||||||
# ifndef PNG_NO_READ_BACKGROUND
|
# ifndef PNG_NO_READ_BACKGROUND
|
||||||
# define PNG_READ_BACKGROUND_SUPPORTED
|
# define PNG_READ_BACKGROUND_SUPPORTED
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user