From 5529f56ffd79c37b74e86c26127bdbc13bc1d005 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 12 Aug 2013 10:55:39 +0200 Subject: rework handling of PNG file text information --- config.def.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index fa26683..cdd9b86 100644 --- a/config.def.h +++ b/config.def.h @@ -20,6 +20,9 @@ * a numeric value from 0 to 3 */ /* if you really, really, really want to save some bytes... - * it is possible to disable text information in PNG file, just uncomment - * below to undefine PNG_TEXT_SUPPORTED */ -/* #undef PNG_TEXT_SUPPORTED */ + * It is possible to disable text information in PNG file completly, though + * nobody will have an idea where you got this great software... + * So please do not. */ +#define PNG_ENABLE_TEXT 1 +/* do you want version information within the PNG file? */ +#define PNG_ENABLE_TEXT_VERSIONS 1 -- cgit v1.2.3-54-g00ecf