Thermal-Printer-in-Android
Thermal-Printer-in-Android copied to clipboard
Printing large height
How to modify height to large height image to print?
Same issue With Myself.. Please Suggest how Can i Print Large Height Of Image.
Hello @jaydeep43
You found any solution because i am facing same issue.
if i set height up to 255 in CreateBitmap method.
Bitmap bmpGrayscale = Bitmap.CreateBitmap(OriginalBitmap.Width, 257, Bitmap.Config.Argb8888);
then DecodeBitmap
method return null
byte[] command = Utils.DecodeBitmap(bmpGrayscale);