Menu

#98 zbarimg no flag to inhibit code type output

latest_mercurial
open
nobody
0.23.92 (1)
5
2022-12-08
2022-12-08
Paul Meckel
No

The issue

zbarimg quiet output isn't quiet.
When generating a QR code and then decoding it, I expect the same output as the input. However zbarimg outputs QR-Code: in front of the actual data even with -q --verbose=0. No other flags exist to inhibit this output.

Reproduce

qrencode "Hello" -o hello.png
zbarimg -q --verbose=0 hello.png

Expected

Hello

Actual

QR-Code:Hello

Version information

Latest from Ubuntu LTS repositories (Couldn't pick from "Milestone drop down list?")

$ zbarimg --version
0.23.92

Running Ubuntu Mate 22.04 on AMD64

$ uname -a
Linux [hostname redacted] 5.15.0-53-generic #59-Ubuntu SMP Mon Oct 17 18:53:30 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04 LTS
Release:    22.04
Codename:   jammy

Discussion


Log in to post a comment.

MongoDB Logo MongoDB