Releases: piderman314/bardecoder
Releases · piderman314/bardecoder
Bug fixes
General improvements
- Improve detection of QR codes with large perspective transformations #48
Allow image 0.24
- Allow usage of
image
version 0.24 #44
v0.4.0
General improvements
Better UTF-8 Handling
- Detect UTF-8 in eight-bit data by checking for the presence of the 0xC3 Ã character
- Some error correcting improvements
README.md update
- No functional changes (new version to update crates.io README.md as well)
- Update README.md examples for image reference usage
- Update minimum rustc version due to breakage in
backtrace
package
General improvements
Bugfix
Fix a bug where QR codes without borders would not be properly decoded
More robustness
- Improve thresholding a little bit when blocks are entirely black or white
- Refine alignment pattern to better find the exact center.