question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Image Printing not working correctly

See original GitHub issue
When trying to print an Image, Barcode or QR-Code, the Printer only prints a 
lot of Characters.

Printer Model: Epson TM-T88III

I'm on a Raspberry Pi - Model B
OS: Debian GNU/Linux 7.0 (wheezy) (Raspbian “wheezy”)

Python:
- Python 2.7.3
- Python Imaging 1.1.7

Original issue reported on code.google.com by ynr...@gmail.com on 8 Apr 2013 at 7:32

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
GoogleCodeExportercommented, Mar 17, 2015
It looks like the catch, at least in my case, is to make sure to put a newline 
between the text and the image:

Epson.text("Hello World\n")
Epson.image("logo.gif")

Does print the text, followed by the image, as expected.

Original comment by murray.m...@gmail.com on 25 Jun 2013 at 6:53

0reactions
GoogleCodeExportercommented, Mar 17, 2015
This issue has been solved by murray.melvin.

The wiki entry has been updated accordingly to reflect the newline character 
'\n' at the end of the text.

Thank you very much murray.melvin for your contribution to the project.

Original comment by manpaz on 11 Sep 2013 at 10:41

  • Changed state: Fixed
Read more comments on GitHub >

github_iconTop Results From Across the Web

5 quick fixes for the most common printing problems
High-resolution images have more data for your PC and printer to process, which can cause slow print times. If you're not looking for...
Read more >
10 reasons your photo prints look wrong, printing problems
1 Your prints come out too dark · 2 Your screen is wrong · 3 How are you editing your photos? · 4...
Read more >
Why won't my printer print photos?
Connectivity issues. One of the main reasons why a printer may not be printing the photos you have asked it to is because...
Read more >
13 Common Printer Problems and How to Fix Them
Printers include settings for many different paper types like card stock, photo paper or presentation paper. Thicker paper can cause a paper jam...
Read more >
Why your prints don't look right
1. Prints appear too dark. · 2. Printed colours are slightly off. · 3. Your image editor is below par · 4. You're...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found