KevinGong2013 / Printer

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

image cutting when printing #46

Closed Serg-Pogrebnyak closed 3 years ago

Serg-Pogrebnyak commented 3 years ago

If print image with width 576 and height for example 992 image is cutting, please check why.

Serg-Pogrebnyak commented 3 years ago

if anybody will have this problem please note - you should send image like chank, otherwise image will cutting. https://dev.to/ihor_feoktistov/how-to-connect-zebra-thermal-printer-to-a-custom-ios-application-4nle

func createChunks(data: Data) -> ([Data]) <- what you need!