Package: qrencode
Version: 3.3.0-2
Severity: normal
AIUI, since #604882 was closed, the -8 option should allow binary data
to be encoded. However:
$ dd if=/dev/urandom of=test.in bs=4k count=1
1+0 records in
1+0 records out
4096 bytes (4.1 kB) copied, 0.00114847 s, 3.6 MB/s
$ qrencode -8 test.in -o test.png
$ zbarimg test.png > test.out
scanned 1 barcode symbols from 1 images in 0.03 seconds
$ cmp -b test.in test.out
test.in test.out differ: byte 1, line 1 is 72 : 121 Q
$ ls -l test.in test.out
-rw-r--r-- 1 sam sam 4096 Jun 18 11:47 test.in
-rw-r--r-- 1 sam sam 16 Jun 18 11:48 test.out
$ identify test.png
test.png PNG 87x87+0+0 PseudoClass 2c 8-bit 258 0.000u 0:01
I am assuming that qrencode is at fault here because the generated image
is so small.
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages qrencode depends on:
ii libc6 2.13-33
ii libpng12-0 1.2.49-1
ii libqrencode3 3.3.0-2
qrencode recommends no packages.
qrencode suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]