Skip to content
  • Volker Krause's avatar
    Barcode decoder implementation using the new ZXing ReadBarcode API · b922233f
    Volker Krause authored
    This avoids the need for our own binarizer implementation and thus
    potentially an image copy, as ZXing can now consume at least some
    image formats directly from the raw QImage data, which means less
    code and slightly more performance for us. This however needs latest
    ZXing master, so we'll only really benefit from this with ZXing's next
    release.
    b922233f