Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching full:colorspace

77 decompression.  They include colorspace conversion, downsampling/upsampling,
118 Set parameters for compression, including image size & colorspace
154 about the image's size, colorspace, etc is available when the application
192 channels). You must specify how many components there are and the colorspace
200 or full grayscale (or sometimes another colorspace such as CMYK). You can
318 3. Set parameters for compression, including image size & colorspace.
343 because the defaults depend on the source image colorspace. However the
353 cinfo.in_color_space = JCS_RGB; /* colorspace of input image */
460 dimensions freely between cycles, but if you change the input colorspace, you
461 should call jpeg_set_defaults() to adjust for the new colorspace; and then
597 the properties of the image (in particular, its colorspace). However, you
887 jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE colorspace)
888 Sets the JPEG file's colorspace (field jpeg_color_space) as specified,
896 Selects an appropriate JPEG colorspace based on cinfo->in_color_space,
899 just the colorspace-dependent JPEG parameters.
1176 J_COLOR_SPACE jpeg_color_space Colorspace of image
1199 colorspace. For example, set it to JCS_GRAYSCALE to get grayscale
1351 The JPEG library can handle the most common colorspace conversions (namely
1379 APPn marker of your own devising to identify the colorspace --- see "Special
1888 decoding need be done, not IDCT, upsampling, colorspace conversion, etc.
2501 selected JPEG colorspace is grayscale or YCbCr, or an Adobe APP14 marker if
2502 the selected colorspace is RGB, CMYK, or YCCK. You can disable this, but
2504 Adobe markers and will set the JPEG colorspace properly when one is found.
2617 recognize JFIF and Adobe markers if you want colorspace recognition to occur
2647 To compress raw data, you must supply the data in the colorspace to be used
2964 depend on image dimensions, image characteristics (such as colorspace and