diff options
author | Christian Hesse <mail@eworm.de> | 2013-07-16 09:54:37 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-07-16 09:54:37 +0200 |
commit | 9f8f11d8f3e10c0fff2c936918217a80dde3d981 (patch) | |
tree | a894cd0526c109a66fed1d30221ac2809f26b227 | |
parent | 57478e2125b92050a2106136e3d54fc029675efc (diff) | |
download | cqrlogo-9f8f11d8f3e10c0fff2c936918217a80dde3d981.tar.gz cqrlogo-9f8f11d8f3e10c0fff2c936918217a80dde3d981.tar.zst |
add comment about disabling text information in PNG file
-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 */ |