The ZXing library’s Writer.encode() function returns a BitMatrix object. How does one convert that to a standard java Bitmap object so it can be used as the source of an ImageView in Android?
The ZXing library’s Writer.encode() function returns a BitMatrix object. How does one convert that
Share
thsi method will write the BitMatrix into a file, now you can decode this file using
This will return a Bitmap
For more detail see this link