nn::jpeg::CTR::EncoderOption Enumerated Typeenum EncoderOption;
| Value | Description |
|---|---|
| JPEG_ENCODER_OPTION_NONE | |
| JPEG_ENCODER_OPTION_OMIT_APP1 | |
| JPEG_ENCODER_OPTION_OMIT_DHT |
Options used when encoding.
The default value is JPEG_ENCODER_OPTION_NONE (0).
You can specify values that are the bitwise OR of these constants by using JpegMpEncoder::SetOption.
The return value of JpegMpEncoder::GetOption is the bitwise OR of these constants.
CONFIDENTIAL