NaturalHistoryMuseum / pyzbar

Read one-dimensional barcodes and QR codes from Python 2 and 3.
MIT License
724 stars 175 forks source link

QR codes with scale 1 #74

Open shatterhand19 opened 4 years ago

shatterhand19 commented 4 years ago

When I try to decode a QR code with scale 1 (each single small square is of size 1px) the decoder returns an empty list, i.e. nothing decoded. When I increase the scale to 2 (2px per little square) the image is decoded, so it is a size problem. I couldn't find any settings that would allow scale 1 decoding and I don't see a reason it shouldn't be possible. Could you help me in some way?

The image in question is QR version 40 177x177px, lowest ECC possible.

test-11

John-Dembaremba commented 4 years ago

l have the same issue.....l am really looking for a solution