From 715fcf8f6aea6396069581c7d5ebd0f5d6c63279 Mon Sep 17 00:00:00 2001 From: Ordissimo Date: Fri, 19 Jun 2020 10:58:57 +0200 Subject: [PATCH] Correction default color Correction of the default value of the color, after configuration of the CANON in IPP the test page is printed in black and white. The test empties the cartridges! A more logical choice is Color. Reproduced with CANON TS3150, TS3350, TS5150 --- drv/cupsfilters.drv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drv/cupsfilters.drv b/drv/cupsfilters.drv index ddafeaec4..22127b78a 100644 --- a/drv/cupsfilters.drv +++ b/drv/cupsfilters.drv @@ -114,11 +114,11 @@ Attribute "PWGRaster" "" "Yes" Option "PwgRasterDocumentType/Color Mode" PickOne AnySetup 10.0 Choice "Black_1/Black and White (1 bit)" "<>setpagedevice" Choice "SGRay_1/Grayscale (1 bit SGray)" "<>setpagedevice" - *Choice "Black_8/Grayscale (8 bit)" "<>setpagedevice" + Choice "Black_8/Grayscale (8 bit)" "<>setpagedevice" Choice "SGray_8/Grayscale (8 bit SGray)" "<>setpagedevice" Choice "Black_16/Grayscale (16 bit)" "<>setpagedevice" Choice "SGray_16/Grayscale (16 bit SGray)" "<>setpagedevice" - Choice "Rgb_8/Color (8 bit RGB)" "<>setpagedevice" + *Choice "Rgb_8/Color (8 bit RGB)" "<>setpagedevice" Choice "SRgb_8/Color (8 bit SRGB)" "<>setpagedevice" Choice "AdobeRgb_8/Color (8 bit Adobe RGB)" "<>setpagedevice" Choice "Rgb_16/Color (16 bit RGB)" "<>setpagedevice" -- 2.47.2