summaryrefslogtreecommitdiff
path: root/script/qr-color.pl
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2011-01-09 14:36:37 +0000
committerdakkar <dakkar@thenautilus.net>2011-01-09 14:37:33 +0000
commit47dca0dbb0ea0326a5c0b3283e5efa7e8c5628fe (patch)
tree7372bb2a86c6b581e4224bd667d631fe32b0ec73 /script/qr-color.pl
parentstring length may depend on direction (diff)
downloadqr-builder-47dca0dbb0ea0326a5c0b3283e5efa7e8c5628fe.tar.gz
qr-builder-47dca0dbb0ea0326a5c0b3283e5efa7e8c5628fe.tar.bz2
qr-builder-47dca0dbb0ea0326a5c0b3283e5efa7e8c5628fe.zip
add border around QR
also, increase cell size
Diffstat (limited to 'script/qr-color.pl')
-rw-r--r--script/qr-color.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/qr-color.pl b/script/qr-color.pl
index c665371..5942fca 100644
--- a/script/qr-color.pl
+++ b/script/qr-color.pl
@@ -34,6 +34,7 @@ my $filler=GridFiller->new({
my $result = GridFiller::Result::Pango->new({
source_grid => $filler->grid,
+ cell_size => 40,
( @ARGV ? (font_description => $ARGV[0]) : () ),
});