Skip to content

Conversation

Nutz95
Copy link

@Nutz95 Nutz95 commented Aug 24, 2025

This Pr adds support for ZXing library inside existing function find_qrcodes.

  • it adds enum QRCODE_DECODER_TYPE_ZXING to configure the Qrcode decoding using ZXing instead of the default one QRCODE_DECODER_TYPE_ZBAR.
  • It implements Zxing librairy Qrcode decoding and also Datamatrix decoding.
  • Documentation header has also been updated.
  • version of Zxing has also been updates from 2.1.0 up to 2.3.0 where it brings optimisation on datamatrix decoding when the image is oriented around 45°. (see Zxing release note (https://github.com/zxing-cpp/zxing-cpp/releases) for a full list of changes and improvements.

@Nutz95 Nutz95 force-pushed the feature/Nutz95/AddZxingSupport branch from 3d1750f to f3a1695 Compare August 24, 2025 13:37
@Nutz95 Nutz95 marked this pull request as ready for review August 24, 2025 13:39
version 2.3.0 gives better detection on datamatrix when rotated up to 45° angle.
see Zxing-cpp changenote for full list of changes and improvements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant