JPEGCOLORSPACE

typedef enum tagJPEGCOLORSPACE 
{ 
   JPEG_COLORSPACE_411 = 0, // optimizing with YUV 4:1:1 color space. 
   JPEG_COLORSPACE_422 = 1, // optimizing with YUV 4:2:2 color space. 
} JPEGCOLORSPACE, *pJPEGCOLORSPACE; 

This data type is used within the OPTIMIZEIMAGEOPTIONS structure to specify which color space is used when optimizing a JPEG Image.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Raster Imaging C API Help