I have:
- [X ] searched open and closed issues for duplicates
Bug description
Instant of the graphics only control char's are printed.
Steps to reproduce
Call this sample code:
import escpos.printer
p = escpos.printer.File("/dev/usb/lp0", profile="TM-U220")
p.image("/tmp/QR_deWP.svg.png",impl="bitImageColumn")
Device info
Printer: Epson TM-U220B
python-escpos version: 2.0.0
python version: 3.11.6
operating system: Fedora-38
