nn::jpeg::CTR::EncoderOption Enumerated Type

Syntax

enum EncoderOption;

Value

Value Description
JPEG_ENCODER_OPTION_NONE
JPEG_ENCODER_OPTION_OMIT_APP1
JPEG_ENCODER_OPTION_OMIT_DHT

Description

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.

Revision History

2010/10/21
Initial version.

CONFIDENTIAL