Lines Matching full:colorspace
75 decompression. They include colorspace conversion, downsampling/upsampling,
117 Set parameters for compression, including image size & colorspace
153 about the image's size, colorspace, etc is available when the application
191 channels). You must specify how many components there are and the colorspace
199 or full grayscale (or sometimes another colorspace such as CMYK). You can
317 3. Set parameters for compression, including image size & colorspace.
342 because the defaults depend on the source image colorspace. However the
352 cinfo.in_color_space = JCS_RGB; /* colorspace of input image */
459 dimensions freely between cycles, but if you change the input colorspace, you
460 should call jpeg_set_defaults() to adjust for the new colorspace; and then
596 the properties of the image (in particular, its colorspace). However, you
807 jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE colorspace)
808 Sets the JPEG file's colorspace (field jpeg_color_space) as specified,
816 Selects an appropriate JPEG colorspace based on cinfo->in_color_space,
819 just the colorspace-dependent JPEG parameters.
1045 J_COLOR_SPACE jpeg_color_space Colorspace of image
1068 colorspace. For example, set it to JCS_GRAYSCALE to get grayscale
1195 The JPEG library can handle the most common colorspace conversions (namely
1223 APPn marker of your own devising to identify the colorspace --- see "Special
1729 decoding need be done, not IDCT, upsampling, colorspace conversion, etc.
2342 selected JPEG colorspace is grayscale or YCbCr, or an Adobe APP14 marker if
2343 the selected colorspace is RGB, CMYK, or YCCK. You can disable this, but
2345 Adobe markers and will set the JPEG colorspace properly when one is found.
2458 recognize JFIF and Adobe markers if you want colorspace recognition to occur
2488 To compress raw data, you must supply the data in the colorspace to be used
2817 depend on image dimensions, image characteristics (such as colorspace and