Thermal-Printer-in-Android icon indicating copy to clipboard operation
Thermal-Printer-in-Android copied to clipboard

Printing large height

Open phonsay opened this issue 6 years ago • 2 comments

How to modify height to large height image to print?

phonsay avatar Jan 11 '19 01:01 phonsay

Same issue With Myself.. Please Suggest how Can i Print Large Height Of Image.

jaydeep43 avatar Sep 26 '19 08:09 jaydeep43

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);

deepakyogi1995 avatar Sep 27 '19 07:09 deepakyogi1995