[libpng16] Enabled WRITE_INVERT and WRITE_PACK in contrib/pngminim/encoder.

This commit is contained in:
Glenn Randers-Pehrson
2013-11-22 15:16:04 -06:00
parent c912050a7b
commit 503a49458b
3 changed files with 4 additions and 2 deletions

View File

@@ -14,8 +14,8 @@ everything = off
option WRITE on
# These 2 options are required if you need to read PGM (P1 or P4) PGM files.
# option WRITE_INVERT on
# option WRITE_PACK on
option WRITE_INVERT on
option WRITE_PACK on
# You must choose fixed or floating point arithmetic:
# option FLOATING_POINT on