KevinGong2013 / Printer

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

Not able to print Barcode Image #60

Open PraveenSharma001 opened 2 years ago

PraveenSharma001 commented 2 years ago

I am trying to print barcode, for that I am converted barcode into image and trying to print image but image is not printing, can anyone help?

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)