mirror of
https://github.com/status-im/qzxing.git
synced 2025-01-22 08:48:56 +00:00
c882465649
This again leads to a noticeable performance improvement of the QZXingFilter example, as we get rid of one full copy of the image data by converting directly into greyscale, instead of first converting to RGB and then converting to greyscale.