Barcode decoder implementation using the new ZXing ReadBarcode API
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.
Please register or sign in to comment