diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index b54c7a3..b851425 100644 --- a/config.def.h +++ b/config.def.h @@ -17,3 +17,7 @@ * image size raises with higher levels */ #define QRCODE_LEVEL QR_ECLEVEL_L +/* 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 */ |