diff options
author | Christian Hesse <mail@eworm.de> | 2013-05-30 22:37:25 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2013-05-30 22:37:25 +0200 |
commit | ac49c6c586b6c232741da6c39dcee684eeb94119 (patch) | |
tree | 43c333abe6b3195b7d3ff63e02ca7ee95cb7bc5f /cqrlogo.c | |
parent | 5ece91d61135a878df15bac6da104df875ae42a7 (diff) | |
download | cqrlogo-ac49c6c586b6c232741da6c39dcee684eeb94119.tar.gz cqrlogo-ac49c6c586b6c232741da6c39dcee684eeb94119.tar.zst |
use maximum compression0.1.3
Diffstat (limited to 'cqrlogo.c')
-rw-r--r-- | cqrlogo.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -109,6 +109,7 @@ int main(int argc, char **argv) { /* print PNG data */ gdk_pixbuf_save_to_buffer (pixbuf, &buffer, &size, "png", NULL, + "compression", "9", "tEXt::comment", "QR-Code created by cqrlogo - https://github.com/eworm-de/cqrlogo", "tEXt::referer", http_referer, NULL); fwrite (buffer, 1, size, stdout); |