zbar icon indicating copy to clipboard operation
zbar copied to clipboard

zbar cannot scan this rather obvious QR code

Open vi opened this issue 2 years ago • 2 comments

Zxing barcode scanner on smartphone scans this one well:

q

I tried manually improving the code in raster editor to make it look more like the canonical variant (that zbar handles well):

w

, but zbarimg still fails to find anything.

Version 0.23.90-1 from Debian.

vi avatar Sep 01 '21 19:09 vi

Downscaling the image makes zbar correctly decode the sample.

vi avatar Sep 01 '21 19:09 vi

My OSS project named Koder which is based on zbar 0.23.90 (compiled into WebAssembly) is able to decode this QR. Check out the demo here: https://qr.maslick.tech

maslick avatar Jan 30 '22 10:01 maslick