JPEGColorSpace property (ILEADOptimizeOptions)
JpegColorSpaceConstants JPEGColorSpace; | |
Overview |
Refer to Image Optimization. |
Remarks
Gets or sets the value that represents the color space to be used in the image optimization operation, only if the original image format was one of the LEAD Supported JPEG Formats.
This property is used to specify which color space is used when optimizing a JPEG Image. Possible Values are:
Value |
Meaning |
JPEG_COLOR_SPACE_411 |
Optimizing with YUV 4:1:1 color space. |
JPEG_COLOR_SPACE_422 |
Optimizing with YUV 4:2:2 color space. |
The default value is JPEG_COLORSPACE_411.
See Also
Elements |
JPEGQFactor property, PNGQFactor property, Percent property, Distance property, PickSamePalette property, DefaultOptions method, OptimizeBuffer method, OptimizeDir method. |
Topics: |