Lines Matching refs:RGB
192 interpretation of the components. Most applications will use RGB data
194 PLEASE NOTE THAT RGB DATA IS THREE SAMPLES PER PIXEL, GRAYSCALE ONLY ONE.
207 example, R,G,B,R,G,B,R,G,B,... for 24-bit RGB color. Each scanline is an
209 you've changed jmorecfg.h. (You can also change the RGB pixel layout, say
329 RGB or grayscale, and input_components is 3 or 1 accordingly. (See "Special
347 Typical code for a 24-bit RGB source image is
403 array containing 3-byte RGB pixels:
960 jpeg_set_colorspace() set this TRUE if JPEG color space RGB, CMYK,
1066 based on jpeg_color_space; typically it will be RGB or grayscale.
1191 (JFIF), or grayscale, RGB, YCbCr, CMYK, or YCCK (Adobe). For special
1196 RGB <=> YCbCr and CMYK <=> YCCK). It can also deal with data of an unknown
1207 RGB => YCbCr
1208 RGB => GRAYSCALE
1211 plus the null transforms: GRAYSCALE => GRAYSCALE, RGB => RGB,
1241 YCbCr => RGB
1242 GRAYSCALE => RGB
1244 as well as the null transforms. (Since GRAYSCALE=>RGB is provided, an
1248 The two-pass color quantizer, jquant2.c, is specialized to handle RGB data
1249 (it weights distances appropriately for RGB colors). You'll need to modify
1250 the code if you want to use it for non-RGB output color spaces. Note that
2048 only the first method is available for quantizing in non-RGB color spaces.
2343 the selected colorspace is RGB, CMYK, or YCCK. You can disable this, but