In This Topic ▼

JPEGCOLORSPACE

Summary

Specifies the color space is used when optimizing a JPEG Image.

Syntax

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; 

Usage

Help Version 22.0.2023.7.11
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.