Closed
Description
I noticed the Python library has BarcodeFormat.MircoQRCode
. Note "MIR" "CO"... Not "Micro"
Seems like a typo to me?
grep * -rie mirco
core/src/qrcode/QRFormatInformation.cpp: // We don't use the additional masking (with 0x4445) to work around potentially non complying MircoQRCode encoders
wrappers/python/zxing.cpp: .value("MircoQRCode", BarcodeFormat::MicroQRCode)
I tracked this to: commit d203139, where it certainly looks like a typo... I'll send a PR, but not sure what to deal with the deprecation.
Metadata
Metadata
Assignees
Labels
No labels