Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Embed an image in a QR code
ResourceFunction["QRImageEmbed"][text,img] embeds img in the QR code generated using content text. |
Generate a QR code with an embedded image:
In[1]:= |
Out[1]= |
Recognize using BarcodeRecognize:
In[2]:= |
Out[2]= |
The text and image used for embedding:
In[3]:= |
You can change the error correction level of the embedded QR image as in BarcodeImage. Higher levels will provide better image quality while decreasing each tile’s size, making the image harder to recognize:
In[4]:= |
Out[4]= |
Even with the varying quality, BarcodeRecognize can recognize the barcodes:
In[5]:= |
Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License