andrey-ushakov / esc_pos_printer

ESC/POS (thermal, receipt) printing for Flutter & Dart
BSD 3-Clause "New" or "Revised" License
346 stars 298 forks source link

can't print a long image #171

Open YouSour opened 1 year ago

YouSour commented 1 year ago

hi, i got a problem with print a long image, it print only half of my receipt, how can i solve it , thank in advance.

bhavin-j-crest commented 1 year ago

Try reducing image aspect ratio if not so that it will fit into receipt width

YouSour commented 1 year ago

@bhavin-j-crest thank you for reply, i try reduce my receipt image aspect ratio 0.80 it works but it's so small when it printed, it doesn't what i want.