Bug#677984: qrencode

2012-12-12 Thread Janus Troelsen
Seems like qrencode encodes the string test.in when calling like qrencode -8 test.in -o test.png. When piping to stdin without giving an input file name, I get: Failed to encode the input data: Numerical result out of range. I tried this command: cat test.in | qrencode -8 -t ANSI256 -- To

Bug#677984: qrencode: Can't encode binary data

2012-06-18 Thread Sam Morris
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