Home
last modified time | relevance | path

Searched refs:CMYK (Results 1 – 25 of 69) sorted by relevance

123

/external/pdfium/testing/resources/javascript/
Dcolor_methods.in49 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 …]
Dcolor_methods_expected.txt10 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 …]
Dcolor_properties_expected.txt8 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 …]
Dcolor_properties.in40 ["T"], ["G", 20], ["RGB", 10, 20, 30], ["CMYK", 10, 20, 30, 40], ["BOGUS", 4]
/external/libcups/data/
Draster.defs45 #define CUPS_ORDER_CHUNKED 0 /* CMYK CMYK CMYK ... */
/external/ImageMagick/coders/
Dcmyk.h28 MagickCoderExports(CMYK)
Dcoders-list.h37 AddMagickCoder(CMYK)
/external/libcups/test/
Dtestps.ppd39 *UIConstraints: *Resolution 600dpi *ColorModel CMYK
134 *DefaultColorModel: CMYK
135 *ColorModel CMYK/CMYK Color: "<</cupsColorOrder 1/cupsColorSpace 8/cupsCompression 2>>setpagedevice"
Dtesthp.ppd43 *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/
Diccprofile.dict20 "CMYK"
/external/ImageMagick/tests/
Dcli-colorspace.tap111 test_color CMYK sRGB && echo "ok" || echo "not ok"
/external/libcups/examples/
Dr300-basic.drv48 ColorModel CMYK cmyk chunky 1
Dr300-colorman.drv51 ColorModel CMYK cmyk chunky 1
Dr300-remote.drv51 ColorModel CMYK cmyk chunky 1
/external/oss-fuzz/projects/lcms/
Dicc.dict156 "CMYK"
/external/libjpeg-turbo/
DChangeLog.md415 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 …]
Dlibjpeg.txt202 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/
Dinput_cmyk.miff5 colorspace=CMYK
/external/ImageMagick/PerlMagick/t/reference/write/read/
Dinput_cmyk.miff4 colorspace=CMYK
/external/skia/third_party/skcms/
Dskcms.cc1585 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/
DChangeLog150 * PixelGetQuantumColor() automatically converts CMYK pixel wands to RGB.
/external/libcups/filter/
Dpostscript-driver.shtml108 <tt>CMYK</tt>. If not specified, then <tt>RGB</tt> is
Dspec-ppd.shtml160 <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/
DChangeLog433 * 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/
Dsample.drv359 *ColorModel CMYK kcmy banded 2

123