ESC-POS-USB-NET icon indicating copy to clipboard operation
ESC-POS-USB-NET copied to clipboard

Error Printer Image

Open desenvolvefacil opened this issue 1 year ago • 1 comments

It does not print an image, an error occurs and a completely wrong impression comes out.

desenvolvefacil avatar Apr 06 '23 12:04 desenvolvefacil

I had problem with printing images too. You need to change in this line the number 576 to your printer head dots . https://github.com/mtmsuhail/ESC-POS-USB-NET/blob/ff50466659fdbba2208c50b109c2511888560da4/ESC-POS-USB-NET/Epson%20Commands/Image.cs#L16

For e.g. I got Chinese (clone?) MPT-II , which have 48mm active print area (ribbon 57/58mm) and 384dots (203dpi), so I had to change this to 384.

I had created PR #70 that combine other PR and add ability to set printhead width.

saper-2 avatar Mar 29 '24 22:03 saper-2