You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am struggling to print real-world images using the following on many real-world images. Some print just fine but others do not. A sample image is attached. PRINTER.image(img, center=True, impl="bitImageRaster")
If I set PRINTER.image(img, center=True, impl="bitImageRaster", high_density_vertical=False, high_density_horizontal=False)
it prints just fine but this is not desirable for my use case.
The printer I am using is an Epson TM-T88IV. I am using it over USB with PRINTER = Usb(0x04b8, 0x0202, profile="TM-T88IV")
Any ideas?
I have attached a sample program I am using as well.