From 9d576996feb1010f4e9883c7e620186c3b17864c Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 10 Aug 2023 17:30:29 -0400 Subject: [PATCH] Add image/urf and image/pwg-raster filters for test server (for testing AirPrint/IPP Everywhere compatibility. --- test/test.convs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test.convs b/test/test.convs index 57540aac43..b65581d961 100644 --- a/test/test.convs +++ b/test/test.convs @@ -6,3 +6,5 @@ application/postscript application/vnd.cups-raster 100 pstoraster image/jpeg application/pdf 100 imagetopdf text/plain application/pdf 100 texttopdf +image/urf application/vnd.cups-raster 0 rastertopwg +image/pwg-raster application/vnd.cups-raster 0 rastertopwg -- 2.47.2