Merge branch 'libpng17' into libpng17-buffer-enhancements

This commit is contained in:
John Bowler
2015-11-22 20:43:56 -08:00
7 changed files with 76 additions and 10 deletions

View File

@@ -958,7 +958,7 @@ option WRITE_PNG requires WRITE WRITE_TRANSFORMS enables INFO_IMAGE
# Disabled by -DPNG_NO_CHECK_FOR_INVALID_INDEX
#
# 2) {READ,WRITE}_GET_PALETTE_MAX: returns the largest pixel value in a
# color mapped PNG. Disbaled by -DPNG_NO_GET_PALETTE_MAX
# color mapped PNG. Disabled by -DPNG_NO_GET_PALETTE_MAX
#
# All of this stuff can be removed by "option PALETTE_MAX off" but using
# -DPNG_NO_ defines on the command line just sets the relevant option to

View File

@@ -2,7 +2,7 @@
/* pnglibconf.h - library build configuration */
/* Libpng version 1.7.0beta69 - November 13, 2015 */
/* Libpng version 1.7.0beta69 - November 23, 2015 */
/* Copyright (c) 1998-2015 Glenn Randers-Pehrson */
@@ -136,6 +136,7 @@
#define PNG_WRITE_FILTER_SUPPORTED
#define PNG_WRITE_FLUSH_SUPPORTED
#define PNG_WRITE_GET_PALETTE_MAX_SUPPORTED
#define PNG_WRITE_INTERLACE_SUPPORTED
#define PNG_WRITE_INTERLACING_SUPPORTED
#define PNG_WRITE_INT_FUNCTIONS_SUPPORTED
#define PNG_WRITE_INVERT_ALPHA_SUPPORTED