would it be possible to create a QR code generator in mmf2?![]()
would it be possible to create a QR code generator in mmf2?![]()
No, but via a specific extension, maybe...
There are ActieX components for QR Code Generation. Using the ActiveX extension you could easily implement this in to your app.
I don't see why it would be hard to make a QR code generator in MMF2, it seems like it would be as trivial as it would be in any other language, perhaps easier because of the ease of displaying the graphics. But the caveat here is that you actually have to know the algorithm for generating QR codes. As long as you knew the algorithm, its as simple as making a bunch of black squares in an array visible or invisible, or just drawing it directly via an extension like the surface object. You don't even have to worry about calculating the difficult things like optical recognition or CRC, those are done on the reader.
Details of the ISO for QR code can be found here:
http://raidenii.net/files/datasheets/misc/qr_code.pdf
i'm bumping this up, it would be amazing if someone made a qr code generator extension!