cups-filters 1.28.17 #500
tillkamppeter
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug fix release, to more reliably discover all printer capablities from driverless printers, especially borderless printing, and to preferably use Apple Raster instead of PWG Raster or PCLM.
*cupsFilter2:
line for raster. Only use the most desirable/reliable format, usually Apple Raster (Issue Epson L8180/ET-8550: flawed PWG-raster implementation. AppleRaster is prefered. #498).get_printer_attributes()
pollmedia-col-database
separately if needed. On some printers one getsmedia-col-database
only this way. Often it reveals important functionality, like for example borderless printing (Issue Borderless printing to Canon SELPHY CP1500 photo printer (driverless) #492).media-col-ready
IPP attribute.media-col-ready
lists the loaded media, in contrary tomedia-ready
, as list of complete descriptions of the media (media-col
data structure). This often lists also variants like borderless (it is the same physical paper). Especially useful whenmedia-col-database
is not available (Issue Borderless printing to Canon SELPHY CP1500 photo printer (driverless) #492).generate_sizes()
consider all margin alternatives. When generating the PPD file for a driverless printer, and in themedia-{left,right,top,bottom}-margin-supported
printer IPP attributes there was more than 1 value, the first value (which often was the 0 for borderless printing) was not considered, leaving the borderless functionality of many printers undiscovered (Issue Borderless printing to Canon SELPHY CP1500 photo printer (driverless) #492).This discussion was created from the release cups-filters 1.28.17.
Beta Was this translation helpful? Give feedback.
All reactions