[Issue Unconfirmed]
Some printers claim support for many PWG Raster document types via their
"pwg-raster-document-type-supported" Printer Description attribute. But
only a few of the document types are tested in IPP Everywhere v1.1. Please
add additional tests to exercise all the "standard" PWG Raster document
types the Printer lists, excluding the "deviceX_Y" types (device specific
types).
So for example if the Printer provides this attribute in a
Get-Printer-Attributes response:
pwg-raster-document-type-supported (1setOf keyword) =
adobe-rgb_16,
adobe-rgb_8,
black_1,
black_16,
black_8,
cmyk_16,
cmyk_8,
device1_16,
device1_8,
device10_16,
device10_8,
device11_16,
device11_8,
device12_16,
device12_8,
device13_16,
device13_8,
device14_16,
device14_8,
device15_16,
device15_8,
device2_16,
device2_8,
device3_16,
device3_8,
device4_16,
device4_8,
device5_16,
device5_8,
device6_16,
device6_8,
device7_16,
device7_8,
device8_16,
device8_8,
device9_16,
device9_8,
rgb_8,
rgb_16,
sgray_1,
sgray_16,
sgray_8,
srgb_16,
srgb_8
The test would test and confirm support for the following:
adobe-rgb_16,
adobe-rgb_8,
black_1,
black_16,
black_8,
cmyk_16,
cmyk_8,
rgb_8,
rgb_16,
sgray_1,
sgray_16,
sgray_8,
srgb_16,
srgb_8
Link: http://www.pwg.org/issues/139