Share My Creation QR image generator library

This library is concise. It takes a string and converts it into a QR image that can be displayed in an imageview.
B4X:
CreateQRImg(txt As String, filePath As String, size As Int, imgType As String)
'//Parameters
'txt: the string to be converted to QR image
'filePath: path of the generated image file
'size : size of the image
'imgType: the type of the image e.g., png
'
It has only one function shown above.
Enjoy..
 

Attachments

  • qrimg.jar
    2.2 KB · Views: 154
  • qrimg.xml
    1.6 KB · Views: 150
  • zxing-2.1.jar
    439.1 KB · Views: 155
Last edited:

jkhazraji

Active Member
Licensed User
Longtime User
Here is a server (B4J) implementation of the library:
ezgif.com-gif-maker.gif
 
Top