[ANN] ZXingCPP.jl - Julia wrapper for the C++ library ZXing-CPP

I am very pleased to announce the ZXingCPP.jl, Julia interface to the popular zxing-cpp barcode library. This package enables easy integration of barcode generation and decoding in julia.

Key Features:

  • Simple and intuitive Julia API
  • Supports multiple barcode formats (QR codes, Code39, Code128, EAN13, etc.)
  • Integration with Julia’s image ecosystems, both Images.jl and OpenCV.jl

Pluto notebook examples:

  1. Using Images.jl - ZXingCPP.jl/examples/annotation_images.jl at main · rakeshksr/ZXingCPP.jl · GitHub
  2. Using OpenCV.jl - ZXingCPP.jl/examples/annotation_opencv.jl at main · rakeshksr/ZXingCPP.jl · GitHub

Contribute:

I invite the community to contribute to ZXingCPP.jl. Whether you have suggestions, bug reports, or would like to help enhance the library, please feel free to open issues or submit pull requests.

6 Likes