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 20.0.2020.4.5
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help