/external/pdfium/testing/resources/javascript/ |
D | color_methods.in | 49 expect("color.convert(['T'], 'CMYK')", "T"); 55 expect("color.convert(['G', 0.50], 'CMYK')", "CMYK,0,0,0,0.5"); 61 expect("color.convert(['RGB', 0.25, 0.50, 0.75], 'CMYK')", "CMYK,0.75,0.5,0.25,0.25"); 63 expect("color.convert(['CMYK',0.25,0.25,0.25,0.50], 'BOGUS')", "T"); 64 expect("color.convert(['CMYK',0.25,0.25,0.25,0.50], 'T')", "T"); 65 expect("color.convert(['CMYK',0.25,0.25,0.25,0.50], 'G')", "G,0.25"); 66 expect("color.convert(['CMYK',0.25,0.25,0.25,0.50], 'RGB')", "RGB,0.25,0.25,0.25"); 67 expect("color.convert(['CMYK',0.25,0.25,0.25,0.50], 'CMYK')", "CMYK,0.25,0.25,0.25,0.5"); 80 expect("color.equal(['T'], ['CMYK', 0, 0, 0, 0])", false); 87 expect("color.equal(['G', 0.50], ['CMYK', 0, 0, 0, 0])", false); [all …]
|
D | color_methods_expected.txt | 10 Alert: PASS: color.convert(['T'], 'CMYK') = T 15 Alert: PASS: color.convert(['G', 0.50], 'CMYK') = CMYK,0,0,0,0.5 20 Alert: PASS: color.convert(['RGB', 0.25, 0.50, 0.75], 'CMYK') = CMYK,0.75,0.5,0.25,0.25 21 Alert: PASS: color.convert(['CMYK',0.25,0.25,0.25,0.50], 'BOGUS') = T 22 Alert: PASS: color.convert(['CMYK',0.25,0.25,0.25,0.50], 'T') = T 23 Alert: PASS: color.convert(['CMYK',0.25,0.25,0.25,0.50], 'G') = G,0.25 24 Alert: PASS: color.convert(['CMYK',0.25,0.25,0.25,0.50], 'RGB') = RGB,0.25,0.25,0.25 25 Alert: PASS: color.convert(['CMYK',0.25,0.25,0.25,0.50], 'CMYK') = CMYK,0.25,0.25,0.25,0.5 36 Alert: PASS: color.equal(['T'], ['CMYK', 0, 0, 0, 0]) = false 42 Alert: PASS: color.equal(['G', 0.50], ['CMYK', 0, 0, 0, 0]) = false [all …]
|
D | color_properties_expected.txt | 8 Alert: cyan: CMYK,1,0,0,0 9 Alert: magenta: CMYK,0,1,0,0 10 Alert: yellow: CMYK,0,0,1,0 56 Alert: Setting to CMYK,10,20,30,40 58 Alert: transparent: CMYK,10,20,30,40 59 Alert: black: CMYK,10,20,30,40 60 Alert: white: CMYK,10,20,30,40 61 Alert: red: CMYK,10,20,30,40 62 Alert: green: CMYK,10,20,30,40 63 Alert: blue: CMYK,10,20,30,40 [all …]
|
D | color_properties.in | 40 ["T"], ["G", 20], ["RGB", 10, 20, 30], ["CMYK", 10, 20, 30, 40], ["BOGUS", 4]
|
/external/libcups/data/ |
D | raster.defs | 45 #define CUPS_ORDER_CHUNKED 0 /* CMYK CMYK CMYK ... */
|
/external/ImageMagick/coders/ |
D | cmyk.h | 28 MagickCoderExports(CMYK)
|
D | coders-list.h | 37 AddMagickCoder(CMYK)
|
/external/libcups/test/ |
D | testps.ppd | 39 *UIConstraints: *Resolution 600dpi *ColorModel CMYK 134 *DefaultColorModel: CMYK 135 *ColorModel CMYK/CMYK Color: "<</cupsColorOrder 1/cupsColorSpace 8/cupsCompression 2>>setpagedevice"
|
D | testhp.ppd | 43 *UIConstraints: *Resolution 600dpi *ColorModel CMYK 139 *DefaultColorModel: CMYK 140 *ColorModel CMYK/CMYK Color: "<</cupsColorOrder 1/cupsColorSpace 8/cupsCompression 2>>setpagedevice"
|
/external/oss-fuzz/projects/skcms/ |
D | iccprofile.dict | 20 "CMYK"
|
/external/ImageMagick/tests/ |
D | cli-colorspace.tap | 111 test_color CMYK sRGB && echo "ok" || echo "not ok"
|
/external/libcups/examples/ |
D | r300-basic.drv | 48 ColorModel CMYK cmyk chunky 1
|
D | r300-colorman.drv | 51 ColorModel CMYK cmyk chunky 1
|
D | r300-remote.drv | 51 ColorModel CMYK cmyk chunky 1
|
/external/oss-fuzz/projects/lcms/ |
D | icc.dict | 156 "CMYK"
|
/external/libjpeg-turbo/ |
D | ChangeLog.md | 415 1. The TurboJPEG API can now decompress CMYK JPEG images that have subsampled M 1016 1. tjbench now properly handles CMYK/YCCK JPEG files. Passing an argument of 1018 convert the source bitmap to CMYK prior to compression, to generate YCCK JPEG 1019 files, and to internally convert the decompressed CMYK pixels back to RGB after 1020 decompression (the latter is done automatically if a CMYK or YCCK JPEG is 1021 passed to tjbench as a source image.) The CMYK<->RGB conversion operation is 1022 not benchmarked. NOTE: The quick & dirty CMYK<->RGB conversions that tjbench 1023 uses are suitable for testing only. Proper conversion between CMYK and RGB 1038 which speeds up the compression of RGB and CMYK JPEGs by 5-20% when using 1163 - CMYK images are now supported. This feature allows CMYK source images [all …]
|
D | libjpeg.txt | 202 or full grayscale (or sometimes another colorspace such as CMYK). You can 1073 jpeg_set_colorspace() set this TRUE if JPEG color space RGB, CMYK, 1372 (JFIF), or grayscale, RGB, YCbCr, CMYK, or YCCK (Adobe). For special 1377 RGB <=> YCbCr and CMYK <=> YCCK). It can also deal with data of an unknown 1391 CMYK => YCCK 1393 YCbCr => YCbCr, CMYK => CMYK, YCCK => YCCK, and UNKNOWN => UNKNOWN. 1425 YCCK => CMYK 1436 CAUTION: it appears that Adobe Photoshop writes inverted data in CMYK JPEG 1439 CMYK files, you will have to deal with it in your application. We cannot 1440 "fix" this in the library by inverting the data during the CMYK<=>YCCK [all …]
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_cmyk.miff | 5 colorspace=CMYK
|
/external/ImageMagick/PerlMagick/t/reference/write/read/ |
D | input_cmyk.miff | 4 colorspace=CMYK
|
/external/skia/third_party/skcms/ |
D | skcms.cc | 1585 const auto CMYK = skcms_Signature_CMYK; in skcms_ApproximatelyEqualProfiles() local 1586 if ((A->data_color_space == CMYK) != (B->data_color_space == CMYK)) { in skcms_ApproximatelyEqualProfiles()
|
/external/ImageMagick/MagickWand/ |
D | ChangeLog | 150 * PixelGetQuantumColor() automatically converts CMYK pixel wands to RGB.
|
/external/libcups/filter/ |
D | postscript-driver.shtml | 108 <tt>CMYK</tt>. If not specified, then <tt>RGB</tt> is
|
D | spec-ppd.shtml | 160 <em>*% Specify a profile for CMYK printing at 360dpi on all media types</em> 161 *cupsICCProfile CMYK..360dpi/360dpi CMYK: "/Library/Printers/vendor/Profiles/foo-360-cmyk.icc" 795 … image colorspace: 0 = W, 1 = RGB, 2 = RGBA, 3 = K, 4 = CMY, 5 = YMC, 6 = CMYK, 7 = YMCK, 8 = KCMY…
|
/external/ImageMagick/ |
D | ChangeLog | 433 * Problems converting CMYK to RGB regression (reference 731 * Permit compositing in the CMYK colorspace (reference 753 * Fix Lab to custom profile (CMYK or RGB) conversion bug (reference 815 * The result for -compose Copy -extent on a MYK image is CMYK (reference
|
/external/libcups/ppdc/ |
D | sample.drv | 359 *ColorModel CMYK kcmy banded 2
|