I have personal image is 24 * 24 pixel i need to generate qr code for my personal image .
i work in windows form c# 2015 windows form .
i need to generate qr code for image .
so that how to encode image to qr code and in same time not using internet to get image from publicity server
OR if mobile not have internet i can get personal image from qr code when decoded or read it .
Loading
David WoodPosted Jan 28, 2017, 1:58 PM
ahmed salahPosted Jan 13, 2017, 2:14 PM
Maen BadwanPosted Jan 12, 2017, 2:35 PM
https://www.leadtools.com/help/leadtools/v19/dh/ba/leadtools.barcode~leadtools.barcode.barcodewriter~writebarcode.html
https://www.leadtools.com/help/leadtools/v19/dh/ba/leadtools.barcode~leadtools.barcode.barcodesymbology.html
(Disclaimer: I am an employee of this library).
After creating the QR barcode, you can combine (add) your custom logo image to it using the CombineCommand class (Leadtools.ImageProcessing.Effects Namespace : CombineCommand Class), which combines image data from two images (source and destination). More details can be found here:
https://www.leadtools.com/help/leadtools/v19/dh/pe/leadtools.imageprocessing.effects~leadtools.imageprocessing.effects.combinecommand.html
I hope this helps!
alice yangPosted Jan 3, 2017, 1:36 AM
Khaja MoizuddinPosted Jan 2, 2017, 10:36 AM