piderman314 / bardecoder

Detect and decode QR Codes, written in 100% Rust.
MIT License
272 stars 34 forks source link

Add support for large quiet zones #20

Closed KyleMaas closed 4 years ago

KyleMaas commented 4 years ago

I ran into some problems using bardecoder on images where a QR code was surrounded by large quiet zones. This fixes that and adds a test (which previously failed) to ensure it works correctly.

piderman314 commented 4 years ago

Yeah this is fine, thanks.