Quote: "Nice one! They do look colorful! Did you create these using an online web service or app? Or did you download some code to create them on your site?"
Thanks! (they work fine when loading the image directly, but taking a snapshot with the camera is problematic)
I made these myself using Paint.NET and AppGameKit !
First, I used AppGameKit to create the QR code for my web address.
Then, the rest was editing with the paint program by hand.
Here is what the original code produced by AppGameKit looked like....
I used a layer with semi transparency to create the dots, then cut the lines out of the layer under when I was done.
In this image you can get an idea of how the dots replaced the nice fat lines...
Quote: "I wanted an image in the middle of the AppGameKit QR codes but settled with text around the edges in the end. I wanted some identifiers in small text so I could easily find the appropriate rows in the database for the shared QR codes."
I cheated with a work around as usual in order to get the image in the middle...lol
I would tell you but I have plans for making an APP to do this for people, because the online services I found charge $50 to $80 or more to do it.
Working now on making an app in AppGameKit that will allow users to type in their web address (or message) and load their logo image and the app will do the rest.
Quote: "Haven't tried it but looking at your color examples those might be possible to do with Memblocks in AGK. I've played around with Memblocks once and managed to loop through each pixel in an image and turn the alpha channel of each pixel to on and off so you could do the same by changing the color of the pixels in certain areas."
Exactly!!
That is where I am now, getting into the memblocks and studying the formats for the QR codes. ( I nave never used the memblock commands before)
Converting the image by hand is easy enough for me to do, but it is a bit tedious making those dots one by one with a paint brush.
lol
My problem with the one above is that a lot of the cameras on phones use JPGs for the images, so certain colors are dithered (like green section) and it is unreadable.
Even zooming didn't help, but when I changed the dots to a dark gray tone, then it read the dots fine.
That is why big corp.s like Starbucks use dark dots and limit the color. (see theirs attached)
I plan on having a converter in my app too, so that poor images that are unreadable codes can be read and reconstructed by examining the whole image pixel by pixel with the memblocks, and that would resolve issues like the ones I am having with certain colors and codes saved as JPGs.
Coding things my way since 1981 -- Currently using AppGameKit V2 Tier 1