I have a Question: Is it possible to add the function to PHP QR Code to print out an given String centered beneath the QR Code in plain Text? I would need this badly as that would give me the possibilty to not only generate the QR Codes, but as well the complete Tickets for my System. - and I would not need to copy the generated Pictures into Paint and add that String via Hand (which would be very hard by hand for the 500 - 5000 Tickets that System needs to generate…)
Thank you very much and great Programm, I love it!
Nico
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Never mind, found a solution myself. Take the GD Library and Create an new bigger Image, load the already processed QR Code into it and add the text and save…
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have a Question: Is it possible to add the function to PHP QR Code to print out an given String centered beneath the QR Code in plain Text? I would need this badly as that would give me the possibilty to not only generate the QR Codes, but as well the complete Tickets for my System. - and I would not need to copy the generated Pictures into Paint and add that String via Hand (which would be very hard by hand for the 500 - 5000 Tickets that System needs to generate…)
Thank you very much and great Programm, I love it!
Nico
Never mind, found a solution myself. Take the GD Library and Create an new bigger Image, load the already processed QR Code into it and add the text and save…