qrencode能够产生多个QR码以表示大量数据。我找不到任何可以解析这些代码的可用于终端的应用程序-zbarimg
似乎无法完成任务。 iPhone应用程序“ QR Journal”可以解析它们,但这无济于事。
示例
bash-3.2$ curl -L google.com | qrencode -Sv40 -o google # Produces google-01.png to google-04.png
bash-3.2$ zbarimg google-0*
Assertion failed: (next > syms->datalen), function qr_code_data_list_extract_text, file zbar/qrcode/qrdectxt.c, line 368.
Abort trap: 6
bash-3.2$