Answered step by step
Verified Expert Solution
Question
1 Approved Answer
DONE IT BY C++ I currently have over one hundred thousand QR codes in a file and a picture template. I need to first create
DONE IT BY C++
I currently have over one hundred thousand QR codes in a file and a picture template. I need to first create two versions of a "unique" captcha (examples shown below) for each QR code Version 1 of the captcha should be saved in a directory with the same file name as the QR code. Then I need to imbed the QR code and version 2 of the captcha into the Picture template and saved into a directory under the same file name as the QR code. Na 5 10 84 Captcha version 1 Captcha version 2 (two examples) The captcha can be unique per QR code or at least seem unique. What is important is that the colored lines are the same in both versions of the captcha. The final product should look like this: FinalProduct CaptchaVersion Qrcodes program.exe program.exe can run on windows or mac. program.exe when executed should go through all the QR codes in the folder Qrcodes, generate version 1 captchas, imbed version 2 captchas and Qr codes into the template, and save the imbedded images into folder Final Product. Folder CaptchaVersion1 is where all version 1 captchas generated are saved. Folder FinalProduct is where all the QR codes and Captchas are embedded into the template and each one saved ready for printing. Version 1 of the captcha will be used for my website. I can supply the file with QR codes, the template, and the python script I used to create the Qr codes if you prefer to imbed the QR code directly from the script instead of going though them as files. I currently have over one hundred thousand QR codes in a file and a picture template. I need to first create two versions of a "unique" captcha (examples shown below) for each QR code Version 1 of the captcha should be saved in a directory with the same file name as the QR code. Then I need to imbed the QR code and version 2 of the captcha into the Picture template and saved into a directory under the same file name as the QR code. Na 5 10 84 Captcha version 1 Captcha version 2 (two examples) The captcha can be unique per QR code or at least seem unique. What is important is that the colored lines are the same in both versions of the captcha. The final product should look like this: FinalProduct CaptchaVersion Qrcodes program.exe program.exe can run on windows or mac. program.exe when executed should go through all the QR codes in the folder Qrcodes, generate version 1 captchas, imbed version 2 captchas and Qr codes into the template, and save the imbedded images into folder Final Product. Folder CaptchaVersion1 is where all version 1 captchas generated are saved. Folder FinalProduct is where all the QR codes and Captchas are embedded into the template and each one saved ready for printing. Version 1 of the captcha will be used for my website. I can supply the file with QR codes, the template, and the python script I used to create the Qr codes if you prefer to imbed the QR code directly from the script instead of going though them as filesStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started