Bardecoder Versions Save

Detect and decode QR Codes, written in 100% Rust.

v0.5.0

9 months ago
  • Add support for SubImages (and other GenericImageView implementations) #49
  • Fix out of bounds panic #50
  • image is now only supported from verion 0.24 and higher.

v0.4.2

10 months ago
  • Improve detection of QR codes with large perspective transformations #48

v0.4.1

1 year ago
  • Allow usage of image version 0.24 #44

v0.4.0

1 year ago
  • Add sensible error message on invalid char #43
  • Replace failure dependency with anyhow/thiserror

v0.3.0

2 years ago
  • Update image dependency to 0.23 #18
  • Add optional decoder that returns extra information #26

v0.2.2

4 years ago
  • Detect UTF-8 in eight-bit data by checking for the presence of the 0xC3 Ã character
  • Some error correcting improvements

v0.2.1

4 years ago
  • 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

v0.2.0

4 years ago
  • Update image dep to version 0.22 #7 #10
  • Some improvements to the algorithms #11
  • Image source can now be passed as a reference #12

v0.1.2

4 years ago

Fix a bug where QR codes without borders would not be properly decoded

v0.1.1

5 years ago
  • Improve thresholding a little bit when blocks are entirely black or white
  • Refine alignment pattern to better find the exact center.