apple / cups

Apple CUPS Sources
https://www.cups.org
Apache License 2.0
1.87k stars 458 forks source link

Zebra EPL no dithering option #6047

Open petec81 opened 1 year ago

petec81 commented 1 year ago

Im using CUPS with PDF and zebra barcode printers. I have noticed that the printout comes with wiggly lines on the barcode. when i use a windows driver i have the option to turn the output to strict B/W so the issue goes away. I cant find something like that in cups. Any idea how this can be accomplished?

lukepfarrar commented 1 year ago

I had the same problem which was caused by the mandatory anti-aliasing in the pdftoraster cups-filter. See https://github.com/OpenPrinting/cups-filters/pull/129

Setting to false (below) and rebuilding the filter sorted it for me. It needs to be optional. I have yet to explore https://github.com/michaelrsweet/lprint