Hi, I'm using SD BT Printer lib and using the given example. I'm able print text with no problem but no success with image( qr code). I tried to resize it using
But prints out like garbage characters.
B4X:
Printer.AddBuffer_Bitmap(LoadBitmap(File.DirAssets,"qr.jpg").Resize (100, 100, True),0)