From 503a49458b64ae5e0121c8845e62c44a7b2760bd Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Fri, 22 Nov 2013 15:16:04 -0600 Subject: [PATCH] [libpng16] Enabled WRITE_INVERT and WRITE_PACK in contrib/pngminim/encoder. --- ANNOUNCE | 1 + CHANGES | 1 + contrib/pngminim/encoder/pngusr.dfa | 4 ++-- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 004ea5187..61f5837f2 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -39,6 +39,7 @@ Version 1.6.8beta01 [November 22, 2013] complex dependencies in scripts/pnglibconf.dfa. This change adds contrib/conftest/*.dfa files that can be used in automatic build scripts to ensure that these configurations continue to build. + Enabled WRITE_INVERT and WRITE_PACK in contrib/pngminim/encoder. Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CHANGES b/CHANGES index 5f6030663..e4b5e7aff 100644 --- a/CHANGES +++ b/CHANGES @@ -4724,6 +4724,7 @@ Version 1.6.8beta01 [November 22, 2013] complex dependencies in scripts/pnglibconf.dfa. This change adds contrib/conftest/*.dfa files that can be used in automatic build scripts to ensure that these configurations continue to build. + Enabled WRITE_INVERT and WRITE_PACK in contrib/pngminim/encoder. Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/contrib/pngminim/encoder/pngusr.dfa b/contrib/pngminim/encoder/pngusr.dfa index 334d5e349..b6cf53daa 100644 --- a/contrib/pngminim/encoder/pngusr.dfa +++ b/contrib/pngminim/encoder/pngusr.dfa @@ -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