imrankst1221 / Thermal-Printer-in-Android

Thermal printer in Android
https://youtu.be/emedLinWHR4
309 stars 171 forks source link

Print image via bluetooth printer #22

Open deepakyogi1995 opened 5 years ago

deepakyogi1995 commented 5 years ago

Hello @imrankst1221

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

Please guide me