library icon indicating copy to clipboard operation
library copied to clipboard

Support for Scanning Micro QR Codes (Mini QR Codes)

Open Amcongtu opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. Currently, the ZXing JS library does not seem to support scanning micro QR codes, which are becoming increasingly popular in some industries. This makes it difficult for users to scan smaller QR codes that are often used in compact packaging, business cards, and other small applications.

Describe the solution you'd like I would like to request that the ZXing JS library be updated to support scanning micro QR codes (including mini QR codes). This would greatly improve the usability of the library for use cases where QR codes are printed in small sizes or on compact materials.

Describe alternatives you've considered I have tried using other libraries and techniques for scanning micro QR codes, but they either don't provide the same level of accuracy or don't integrate as seamlessly with the ZXing JS library.

Additional context Micro QR codes are a type of QR code that uses a smaller version with fewer modules, which are ideal for applications with space constraints. Adding support for scanning these codes will ensure ZXing JS stays competitive and useful for a wider range of use cases.

Thank you for your work on ZXing JS, and I look forward to seeing this feature implemented!

Amcongtu avatar Nov 18 '24 09:11 Amcongtu

@Amcongtu I'm able to scan a 1cm x 1cm QR code using ZXing without issue using this demo:

https://barcode.leethost.com/

teckel12 avatar Feb 20 '25 16:02 teckel12