diff options
author | Christian Hesse <mail@eworm.de> | 2013-08-12 10:55:39 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-08-12 10:55:39 +0200 |
commit | 5529f56ffd79c37b74e86c26127bdbc13bc1d005 (patch) | |
tree | 1aad8619460dc274a88d2b1b876a083338c56906 /config.def.h | |
parent | 5aa9d8c3da630755519abc7c98570f23a98737fc (diff) | |
download | cqrlogo-5529f56ffd79c37b74e86c26127bdbc13bc1d005.tar.gz cqrlogo-5529f56ffd79c37b74e86c26127bdbc13bc1d005.tar.zst |
rework handling of PNG file text information
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 9 |
1 files changed, 6 insertions, 3 deletions
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 |