KevinGong2013 / Printer

Swift ticket printer framework for ESC/POS-compatible thermal printers.
Apache License 2.0
144 stars 72 forks source link

Picture printing does not respond #34

Open CbzBack opened 4 years ago

CbzBack commented 4 years ago

The print of the picture did not respond, and I did not know why. But there are some bytes. output.Other functions are normal.

Please help me if you can. Thank you!!

KevinGong2013 commented 1 year ago

Printer framework has been rewrite.

can you help testing qrcode&image command?

let receipt = Receipt(.🖨️58(.ascii))
<<~ .style(.initialize)
<<< QRCode(content: "https://g.cn")
<<< Image(cgImage)