Skip to content

Printing many real-world images fails with high density on #691

@liilac

Description

@liilac

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions