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 Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document