ILMFEncMJPEG Interface

This is the interface for the LEAD MJPEG Encoder.

Data Types

MJPEGSamplingConstants

Summary

Lists possible values for the MJPEG subsampling.

Syntax

typedef enum 
{ 
   SAMPLING_444, 
   SAMPLING_422, 
   SAMPLING_411, 
} MJPEGSamplingConstants; 

Members

SAMPLING_444

[0] MJPEG 4:4:4 subsampling.

SAMPLING_422

[1] MJPEG 4:2:2 subsampling. Lower compression ratio than 4:1:1, higher compression than 4:4:4.

SAMPLING_411

[2] MJPEG 4:1:1 subsampling. Has a higher compression ratio than 4:2:2 and 4:4:4.

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

LEADTOOLS Transforms C API Help

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