-
Notifications
You must be signed in to change notification settings - Fork 308
Open
Description
Hi,
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.
Metadata
Metadata
Assignees
Labels
No labels
