From 9f8f11d8f3e10c0fff2c936918217a80dde3d981 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 16 Jul 2013 09:54:37 +0200 Subject: add comment about disabling text information in PNG file --- config.def.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- cgit v1.2.3-54-g00ecf