ESC-POS-USB-NET
ESC-POS-USB-NET copied to clipboard
Error Printer Image
It does not print an image, an error occurs and a completely wrong impression comes out.
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.