/third_party/boost/libs/gil/doc/html/_sources/ |
D | naming.rst.txt | 46 cmyk16_pixel_t b; // 16-bit CMYK pixel value; 47 cmyk16c_planar_ref_t c(b); // const reference to a 16-bit planar CMYK pixel.
|
/third_party/boost/libs/gil/doc/ |
D | naming.rst | 46 cmyk16_pixel_t b; // 16-bit CMYK pixel value; 47 cmyk16c_planar_ref_t c(b); // const reference to a 16-bit planar CMYK pixel.
|
/third_party/node/deps/npm/node_modules/color-convert/ |
D | README.md | 40 // RGB to CMYK 59 … but can be converted by means of sub-conversions (e.g. XYZ -> **RGB** -> CMYK), are automatically…
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_cmyka.txt | 30 images whose pixels have CMYK or CMYKA formats. The algorithms used to 132 A new section, "Conversion to CMYK," is added immediately following the 158 storage parameters, the CMYK hint modes in effect when a pixel command 160 interpretation of memory data. The CMYK hints in effect when a display
|
D | EXT_texture_sRGB.txt | 400 extensions for such other color spaces (YUV and CMYK at least)
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_cmyka.txt | 30 images whose pixels have CMYK or CMYKA formats. The algorithms used to 132 A new section, "Conversion to CMYK," is added immediately following the 158 storage parameters, the CMYK hint modes in effect when a pixel command 160 interpretation of memory data. The CMYK hints in effect when a display
|
D | EXT_texture_sRGB.txt | 400 extensions for such other color spaces (YUV and CMYK at least)
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_ycrcba.txt | 55 As with the CMYK extension, this extension doesn't preclude the 115 expanded to cover conversion to L, YCrCb, and CMYK
|
D | SGIX_ycrcb.txt | 52 As with the CMYK extension, this extension doesn't preclude the
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_ycrcba.txt | 55 As with the CMYK extension, this extension doesn't preclude the 115 expanded to cover conversion to L, YCrCb, and CMYK
|
D | SGIX_ycrcb.txt | 52 As with the CMYK extension, this extension doesn't preclude the
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | basics.rst.txt | 30 * Color space and presence of alpha (RGB, RGBA, CMYK, etc.)
|
D | metafunctions.rst.txt | 36 cmyk16_pixel_t; x; // 16-bit unsigned (unsigned short) CMYK pixel value; 37 …ef_t p(x); // const reference to a 16-bit signed integral (signed short) planar CMYK pixel x.
|
/third_party/boost/libs/gil/doc/design/ |
D | basics.rst | 30 * Color space and presence of alpha (RGB, RGBA, CMYK, etc.)
|
D | metafunctions.rst | 36 cmyk16_pixel_t; x; // 16-bit unsigned (unsigned short) CMYK pixel value; 37 …ef_t p(x); // const reference to a 16-bit signed integral (signed short) planar CMYK pixel x.
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | ChangeLog.md | 15 1. The TurboJPEG API can now decompress CMYK JPEG images that have subsampled M 624 1. tjbench now properly handles CMYK/YCCK JPEG files. Passing an argument of 626 convert the source bitmap to CMYK prior to compression, to generate YCCK JPEG 627 files, and to internally convert the decompressed CMYK pixels back to RGB after 628 decompression (the latter is done automatically if a CMYK or YCCK JPEG is 629 passed to tjbench as a source image.) The CMYK<->RGB conversion operation is 630 not benchmarked. NOTE: The quick & dirty CMYK<->RGB conversions that tjbench 631 uses are suitable for testing only. Proper conversion between CMYK and RGB 646 which speeds up the compression of RGB and CMYK JPEGs by 5-20% when using 771 - 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 1063 jpeg_set_colorspace() set this TRUE if JPEG color space RGB, CMYK, 1354 (JFIF), or grayscale, RGB, YCbCr, CMYK, or YCCK (Adobe). For special 1359 RGB <=> YCbCr and CMYK <=> YCCK). It can also deal with data of an unknown 1373 CMYK => YCCK 1375 YCbCr => YCbCr, CMYK => CMYK, YCCK => YCCK, and UNKNOWN => UNKNOWN. 1407 YCCK => CMYK 1418 CAUTION: it appears that Adobe Photoshop writes inverted data in CMYK JPEG 1421 CMYK files, you will have to deal with it in your application. We cannot 1422 "fix" this in the library by inverting the data during the CMYK<=>YCCK [all …]
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/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()
|
/third_party/libjpeg/ |
D | libjpeg.txt | 198 or full grayscale (or sometimes another colorspace such as CMYK). You can 1005 jpeg_set_colorspace() set this TRUE if JPEG color space RGB, CMYK, 1277 data (JFIF version 1), GRAYSCALE, RGB, YCbCr, CMYK, or YCCK (Adobe), or BG_RGB 1283 RGB <=> YCbCr and CMYK <=> YCCK). It can also deal with data of an unknown 1299 CMYK => YCCK 1301 BG_RGB => BG_RGB, YCbCr => YCbCr, BG_YCC => BG_YCC, CMYK => CMYK, 1336 YCCK => CMYK 1347 CAUTION: it appears that Adobe Photoshop writes inverted data in CMYK JPEG 1350 CMYK files, you will have to deal with it in your application. We cannot 1351 "fix" this in the library by inverting the data during the CMYK<=>YCCK [all …]
|
/third_party/libexif/po/ |
D | cs.po | 1793 msgid "CMYK" 1794 msgstr "CMYK" 2748 msgstr "Určuje barevný model obrázku nebo sadu inkoustů pro tisk. Např. RGB, CMYK, CieLAB. V kompri…
|
D | zh_CN.po | 1821 msgid "CMYK" 1822 msgstr "CMYK"
|
D | ja.po | 1790 msgid "CMYK" 1791 msgstr "CMYK"
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | wingdi.h | 524 #define CMYK(c,m,y,k) ((COLORREF)((((BYTE)(k)|((WORD)((BYTE)(y))<<8))|(((DWORD)(BYTE)(m))<<16))|(((… macro
|